1const Countdown = require('../common/countdown');
2new Countdown(2, () => {});
3