debian-mirror-gitlab/core-js/stable/set-interval.js

5 lines
111 B
JavaScript
Raw Normal View History

2019-09-25 13:30:05 +05:30
require('../modules/web.timers');
2019-12-04 20:38:33 +05:30
var path = require('../internals/path');
2019-09-25 13:30:05 +05:30
2019-12-04 20:38:33 +05:30
module.exports = path.setInterval;