UNPKG

jrj-front-end-tool

Version:

jrj前端工具包

10 lines (9 loc) 290 B
import { getLengthArray } from './src/array' import { GetBeginAndEndDate } from './src/moment' import { add, keepCustomDecimalStr // 精确显示小数点后n位 } from './src/number' export { getLengthArray } export { GetBeginAndEndDate } export { add, keepCustomDecimalStr }