UNPKG

workflow

Version:

Workflow DevKit - Build durable, resilient, and observable workflows

6 lines 243 B
/** * This is the "private" API of the workflow runtime that referenced by the compiler's output * but not meant to be document and used directly in user code. */ export * from '@workflow/core/private'; //# sourceMappingURL=private.d.ts.map