UNPKG
pausable-timer
Version:
latest (1.0.3)
1.1.2
1.0.3
1.0.2
1.0.1
1.0.0
一个可随时暂停以及恢复的定时器
github.com/pandavips/pausable-timer
pandavips/pausable-timer
pausable-timer
/
babel.config.js
7 lines
(6 loc)
•
133 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= { presets: [ [
"@babel/preset-env"
, { targets: { node:
"current"
} }],
"@babel/preset-typescript"
, ], };