dtable-utils
common utils
项目结构
.
├── src
│ ├── archive
│ ├── cell-value-get
│ ├── cell-value-set
│ ├── color
│ ├── column
│ ├── constants
│ ├── helper
│ ├── filter
│ ├── group
│ ├── sort
│ ├── link
│ ├── row
│ ├── table
│ ├── view
│ ├── validate
│ ├── common.js
│ ├── date.js
│ ├── number.js
│ ├── search.js
│ └── index.js
├── tests
├── README.md
└── package.json
安装
npm 或 yarn 安装
$ npm install dtable-utils --save
$ yarn add dtable-utils
使用
import { CellType } from 'dtable-utils';
测试
常规测试
npm test
测试覆盖率
npm run test-cov