Update README.md

This commit is contained in:
Andros Fenollosa 2022-02-05 18:15:27 +01:00
parent 9e6549b153
commit 05e384ecca

View File

@ -12,6 +12,10 @@ Simple functional functions common to any development in Typescript or JavaScrip
## Example ## Example
```typescript ```typescript
import * as fn from 'fnTools'
fn.range(4);
// [0, 1, 2, 3, 4]
``` ```
## Compile ## Compile