UNPKG
instance-js
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
I functions
github.com/eddiedane/instance
eddiedane/instance
instance-js
/
ext
/
birth.js
9 lines
(6 loc)
•
122 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
I.
on
(
"require#birth"
,
function
(
done
) {
function
Birth
(
bs, vo, adam
) { }
window
.
Birth
=
Birth
;
done
(); });