mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
3 lines
78 B
JavaScript
3 lines
78 B
JavaScript
|
const Countdown = require('../common/countdown');
|
||
|
new Countdown(2, () => {});
|