UNPKG

@moonset/executor

Version:
10 lines (9 loc) 220 B
import * as ir from './ir'; export declare class Executor { constructor(); run(job: any): Promise<void>; ir(job: any): ir.IR; private getRootNode; } export * from './plugin'; export * from './constants';