1.1.2 • Published 1 year ago

liobio_libs v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago
    |_ _ _  dist // tsc编译后的目录
    |
    |_ _ _  src // 源码
    |       |
    |_ _ _  |_ _ _ xxx // 函数集合
    |       |     |
    |       |     |_ _ _xxx.ts // 函数
    |       |
    |       |_ _ _ index.ts // 函数的总入口
    |       |
    |       |
    |_ _ _  test //测试代码
    |       |
    |       |_ _ _ xxxx.test.ts // 单元测试代码
    |
    |_ _ _  tsconfig.json // typescript 编译配置文件
    |
    |_ _ _  tsconfig.test.json // 单元测试的配置
npm install -g mocha  
npm install chai --save-dev 
npm install cross-env
npm install rollup --global
1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago