UNPKG
js-aladdin
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.0.1
1.0.0
### 继承了常用的js工具函数库:lodash moment qs.js big-js ramda assert
github.com/wjhmq/feUtils
wjhmq/feUtils
js-aladdin
/
src
/
index.js
16 lines
(14 loc)
•
243 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import
moment
from
'moment'
import
*
as
lodash
from
'lodash'
import
*
as
ramda
from
'ramda'
import
*
as
Big
from
'big-js'
import
*
as
qs
from
'qs'
import
*
as
assert
from
'assert'
export { moment, lodash, ramda, Big, qs,
assert
}