do-element
Version:
Secondary encapsulation of basic element-ui
8 lines • 449 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 };