UNPKG
nice-lib-demo2
Version:
beta (2.0.0-beta.0)
latest (2.0.0)
2.0.0
2.0.0-beta.0
1.0.1
1.0.0
nice lib demo
github.com/kingback/nice-lib-demo2
kingback/nice-lib-demo2
nice-lib-demo2
/
lib
/
add.js
8 lines
(6 loc)
•
124 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
[
"default"
] = add;
function
add
(
) {}