UNPKG

@pulsecron/pulse

Version:

The modern MongoDB-powered job scheduler library for Node.js

9 lines 257 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.repeatAt = void 0; const repeatAt = function (time) { this.attrs.repeatAt = time; return this; }; exports.repeatAt = repeatAt; //# sourceMappingURL=repeat-at.js.map