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
/
demo
/
index.html
13 lines
(10 loc)
•
191 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE
html
>
<
html
>
<
head
>
<
script
src
=
"../dist/scripts/emitter.js"
>
</
script
>
<
script
src
=
"./script.js"
>
</
script
>
</
head
>
<
body
>
Please check in the console.
</
body
>
</
html
>