micro-fp-tools-js/README.md

6 lines
77 B
Markdown
Raw Normal View History

2022-02-04 07:31:49 +01:00
# Compile
```shell
tsc fn-tools.ts -t es2017 -outFile dist/fn-tools.js
````