UNPKG

baldrick-broth

Version:
5 lines (4 loc) 229 B
import type { Ctx } from './build-model.js'; type BuildCtx = Pick<Ctx, 'build' | 'task'>; export declare const createTaskAction: (buildCtx: BuildCtx) => (parameters: Record<string, string | boolean>) => Promise<void>; export {};