simplePivot:数据透视 源码
simplePivot 数据透视 不进行数据的汇总计算 安装 npm install --save simplepivot 用法 declare function simplePivot ( data : PData , options ?: PivotOptions ) : { columns : string [ ] ; list : any [ ] [ ] ; } ; 类型 interface PData { columns : Array < string> ; list : any [ ] [ ] ; [ x : string ] : any ; } interface
文件列表
simplePivot-master.zip
(预估有个13文件)
simplePivot-master
babel.config.esm.js
192B
package.json
1KB
.eslintrc.json
549B
.prettierrc
388B
jest.config.js
75B
tests
index.test.ts
6KB
LICENSE
1KB
package-lock.json
453KB
暂无评论