UNPKG
nino-github-example
Version:
latest (0.0.1)
0.0.1
Get a list of github user repos
nino-github-example
/
module.js
4 lines
(3 loc)
•
143 B
JavaScript
View Raw
1
2
3
4
var
MybleChat
=
require
(
"./my_module.js"
);
console
.
log
(
"Hello: "
,
MybleChat
.
hello
());
console
.
log
(
"My number: "
+
MybleChat
.
increment
(
10
));