summaryrefslogtreecommitdiff
path: root/date-fns/examples/lodash-fp/README.md
blob: 3e8482cae6f9fee1bdaf211e520913e77cd5582a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Usage With lodash FP

See [example.js](./example.js) for source code example.

See [package.json scripts](./package.json) for CLI usage.

## Build Example

```sh
yarn
yarn run build
```

See ./dist for output.

## Minimal Build Size

You can see the build size:

```sh
gzip-size dist/example.min.js | pretty-bytes
#=> 23.4 kB
```