Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdaber committed Nov 12, 2019
1 parent 94f2b4f commit 9acc8a6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ import "@ferdaber/jslib-extensions"
// Now new prototype methods will be available for arrays, objects, numbers, strings and sets.
```

## Development

This project uses Yarn as its package manager.

### Setup

```sh
yarn install
```

### Testing

```sh
yarn test
```

## Reference

### `Array`
Expand Down

0 comments on commit 9acc8a6

Please sign in to comment.