UNPKG
mapleink
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
MapleInk First Test,you can use this to output data,and then,add moment
mapleink
/
index.js
6 lines
(5 loc)
•
112 B
JavaScript
View Raw
1
2
3
4
5
6
const
moment =
require
(
'moment'
)
function
text
(
text
) {
console
.
log
(text); }
module
.
exports
= { text }