UNPKG

turbowatch

Version:

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

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