blob: f3bc34a73083344367e08b060e02b8205bd5e68d [file] [log] [blame]
const Countdown = require('../common/countdown');
new Countdown(2, () => {});