UNPKG

@node-ts/bus-workflow

Version:

A workflow engine for orchestrating logic flows in distributed applications.

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