UNPKG
log-me-dan
Version:
latest (1.0.0)
1.0.0
A simple package that console to the log
log-me-dan
/
test.js
2 lines
•
45 B
JavaScript
View Raw
1
2
const
log
=
require
(
'./index'
)
log
(
'Daniel'
)