UNPKG

@node-ts/bus-workflow

Version:

A workflow engine for orchestrating logic flows in distributed applications.

4 lines (3 loc) 131 B
export async function sleep (timeoutMs: number): Promise<void> { return new Promise(resolve => setTimeout(resolve, timeoutMs)) }