Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 419 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 419 Bytes

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'