UNPKG
finpkg
Version:
latest (1.0.1)
1.0.1
1.0.0
A basic library to learn about npm publishing.
github.com/bashmb/finpkg
bashmb/finpkg
finpkg
/
index.js
7 lines
(6 loc)
•
155 B
JavaScript
View Raw
1
2
3
4
5
6
7
exports
.
printMsg
=
function
(
) {
console
.
log
(
"This is a message from the demo package"
); }
exports
.
bash
=
function
(
) {
console
.
log
(
"my name is bash"
); }