Skip to content

Commit

Permalink
Add npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed May 24, 2024
1 parent 31f27c7 commit deb7f35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ In this package, we are building majority of `Array.prototype.*` functions to wo

## How to use

```sh
npm install iterable-fest
```

```ts
import { iterableIncludes, iterableReduce } from 'iterable-fest'; // Via default exports.
import { iterableSome } from 'iterable-fest/iterableSome'; // Via named exports.
Expand Down

0 comments on commit deb7f35

Please sign in to comment.