UNPKG
@cedoor/utils
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.0
Some JavaScript util functions.
github.com/cedoor/utils
cedoor/utils
@cedoor/utils
/
.babelrc
9 lines
•
130 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
{
"presets"
: [
"
@babel
/env"
],
"plugins"
: [
"
@babel
/proposal-class-properties"
,
"
@babel
/proposal-object-rest-spread"
] }