UNPKG

time-events-manager

Version:

View and Manage Javascript's timeout and interval collections

8 lines 181 B
"use strict"; var Interval = (function () { function Interval() { } return Interval; }()); exports.Interval = Interval; //# sourceMappingURL=interval.model.js.map