UNPKG
yintao111
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.0
这是一个即将要发布的包
yintao111
/
index.js
14 lines
(13 loc)
•
286 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 引入moment
const
moment =
require
(
'moment'
)
module
.
exports
= {
add
:
function
(
) {
console
.
log
(
moment
().
format
(
'YYYY-MM-DD HH:mm:ss'
)); },
bbb
:
function
(
) {
console
.
log
(
'bbb'
); },
ccc
:
function
(
) {
console
.
log
(
'ccc'
); } }