timers.js 82 B

123456
  1. module.exports = {
  2. clearInterval,
  3. clearTimeout,
  4. setInterval,
  5. setTimeout
  6. }