UNPKG

fordata

Version:

Easy handle data by prototype for TreeData、Array、Date、Encode、String etc.

12 lines 326 B
const Tree = require('./src/Tree/index') const DateTime = require('./src/DateTime/index') const Encode = require('./src/Encode/index') const EasyArray = require('./src/EasyArray/index') const EasyString = require('./src/EasyString/index') module.exports = { Tree, DateTime, Encode, EasyArray, EasyString }