fzz
v2.2.5
Published
```js /* ███████╗███████╗███████╗ ██╔════╝╚══███╔╝╚══███╔╝ █████╗ ███╔╝ ███╔╝ ██╔══╝ ███╔╝ ███╔╝ ██║ ███████╗███████╗ ╚═╝ ╚══════╝╚══════╝ */ ```
Downloads
5
Readme
fzz - TypeScript Common Function Library
/*
███████╗███████╗███████╗
██╔════╝╚══███╔╝╚══███╔╝
█████╗ ███╔╝ ███╔╝
██╔══╝ ███╔╝ ███╔╝
██║ ███████╗███████╗
╚═╝ ╚══════╝╚══════╝
*/
Usage
Build
| comand | description |
| -------------- | -------------------------------------- |
| npm run gen
| auto generate index file (auto import) |
| npm run dev
| tsc --watch es
, cjs
|
| npm run test
| run unit test |
| npm run doc
| generate docs
|