UNPKG
@michael.boegner/dry-forloop
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Removes all spaces from a string
github.com/michael.boegner/dry-forloop
michael.boegner/dry-forloop
@michael.boegner/dry-forloop
/
index.js
3 lines
•
97 B
JavaScript
View Raw
1
2
3
exports
.
printMsg
=
function
(
) {
console
.
log
(
"This is a message from the demo package"
); }