UNPKG

turbowatch

Version:

Extremely fast file change detector and task orchestrator for Node.js.

11 lines 579 B
/// <reference types="node" /> import { type Throttle } from './types'; export declare const createSpawn: (taskId: string, { cwd, abortSignal, outputPrefix, throttleOutput, triggerName, triggerHexColor, }?: { abortSignal?: AbortSignal | undefined; cwd?: string | undefined; outputPrefix?: boolean | undefined; throttleOutput?: Throttle | undefined; triggerHexColor?: string | undefined; triggerName?: string | undefined; }) => (pieces: TemplateStringsArray, ...args: any[]) => Promise<import("zx").ProcessOutput>; //# sourceMappingURL=createSpawn.d.ts.map