UNPKG

monoflux

Version:

Stream processing for JS simplified

8 lines 252 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.timer = void 0; function timer(timeInMs) { return new Promise(resolve => setTimeout(resolve, timeInMs)); } exports.timer = timer; //# sourceMappingURL=timer.js.map