UNPKG

726 BJavaScriptView Raw
1import beautify from './beautify'
2import json from './json'
3import fetch from './fetch'
4import number from './number'
5import moment from './moment'
6import path from './path'
7import expression from './expression'
8import matrix from './matrix'
9import dom from './dom'
10import password from './password'
11import string from './string'
12import exception from './exception'
13import tree from './tree'
14import history from './history'
15import less from './less'
16import environment from './environment'
17import date from './date'
18
19export default {
20 beautify,
21 json,
22 fetch,
23 number,
24 string,
25 moment,
26 path,
27 expression,
28 matrix,
29 dom,
30 password,
31 exception,
32 tree,
33 history,
34 less,
35 environment,
36 date
37}
\No newline at end of file