UNPKG

@intlayer/chokidar

Version:

Uses chokidar to scan and build Intlayer declaration files into dictionaries based on Intlayer configuration.

15 lines (14 loc) 593 B
import { SpawnOptions } from "node:child_process"; //#region src/utils/runParallel/bin.d.ts type BinCallback = (err: Error | null, stdout?: string, code?: number) => void; /** * Spawn a binary and read its stdout. * @param cmd The name of the binary to spawn. * @param args The arguments for the binary. * @param options Optional option for the spawn function. * @param done Callback function. */ declare const run: (cmd: string, args: string[], options: SpawnOptions | BinCallback | undefined, done?: BinCallback) => void; //#endregion export { run }; //# sourceMappingURL=bin.d.ts.map