UNPKG
bopular
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
rome's first module
github.com/romebop/bopular
romebop/bopular
bopular
/
index.js
4 lines
•
74 B
JavaScript
View Raw
1
2
3
4
/** Prints
"bop"
*/
module
.exports =
function
()
{ console.
log
(
'bop'
); };