Package Exports
- dtable-utils
- dtable-utils/es/index.js
- dtable-utils/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dtable-utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
dtable-utils
🔧 common utils
项目结构
.
├── src
│ ├── cell-value-get # 数据格式化相关工具
│ ├── cell-value-set # 数据解析相关工具
│ ├── column # 列相关工具函数
│ ├── constants # 常量
│ ├── helper # 辅助工具。例如 number-precision
│ ├── validate # 验证器。例如,过滤验证器
│ ├── common.js # 通用辅助工具
│ ├── date.js # 日期工具函数
│ └── index.js # 入口文件
├── tests # 单元测试
├── README.md
└── package.json