do-element
Version:
Secondary encapsulation of basic element-ui
28 lines (20 loc) • 469 B
JavaScript
import { arrayToTree } from './array';
import { dateFormat } from './date';
import { formatNumber } from './number';
import { getType, checkType } from './type';
import { clone } from './clone';
import { parseEqual, parseKeys, parseObject, parseQuery } from './object';
import { thousandth } from './thousandth';
export {
arrayToTree,
dateFormat,
formatNumber,
getType,
checkType,
parseEqual,
parseKeys,
parseObject,
parseQuery,
clone,
thousandth,
};