@hotmeshio/hotmesh
Version:
Serverless Workflow
20 lines (19 loc) • 558 B
TypeScript
import { Activity } from './activity';
import { Await } from './await';
import { Cycle } from './cycle';
import { Hook } from './hook';
import { Interrupt } from './interrupt';
import { Signal } from './signal';
import { Trigger } from './trigger';
import { Worker } from './worker';
declare const _default: {
activity: typeof Activity;
await: typeof Await;
cycle: typeof Cycle;
hook: typeof Hook;
interrupt: typeof Interrupt;
signal: typeof Signal;
trigger: typeof Trigger;
worker: typeof Worker;
};
export default _default;