UNPKG
turevhas_node_package
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
traelincoln, (turevha), is learning how to create and publish node packages
turevhas_node_package
/
index.js
5 lines
(4 loc)
•
141 B
JavaScript
View Raw
1
2
3
4
5
import
chalk
from
'chalk'
;
export
default
function
(
) {
console
.
log
(chalk.
magenta
(
"This is a message from Turevha's first node package"
)) }