UNPKG
sunstrider
Version:
latest (1.0.3)
1.0.3
初始化包
sunstrider
/
text.js
6 lines
(3 loc)
•
101 B
JavaScript
View Raw
1
2
3
4
5
6
// import timeDate from "./index.js"
let
a =
require
(
"./index.js"
)
console
.
log
(a.
timeDate
());