data-design
v1.2.0
Published
用于构建标准数据处理的库
Downloads
2
Readme
Data-design
用于构建标准数据处理的库
📚 Documentation
✨ Features
- Easy to learn and use
- Supports SSR
- Written in TypeScript with predictable static types
- Support the on-demand load, and reduce the packing volume
📦 Install
$ npm install --save data-design
# or
$ yarn add data-design
🔨 Usage
import { transform, dataType } from 'data-design'