UNPKG
@arayutw/emitter
Version:
latest (0.0.2)
0.0.2
0.0.1
Functional Event Emitter(Pubsub).
github.com/arayutw/emitter
arayutw/emitter
@arayutw/emitter
/
.babelrc
20 lines
•
224 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"presets"
:
[
[
"@babel/env"
,
{
"modules"
:
false
,
"loose"
:
true
}
]
]
,
"env"
:
{
"test"
:
{
"presets"
:
[
[
"@babel/env"
]
]
}
}
}