UNPKG

@bearz/exec

Version:

The exec module makes it easy to spawn child_processes across different runtimes and different operating systems.

7 lines (4 loc) 239 B
export declare const globals: typeof globalThis & Record<string, any>; export declare const WIN: boolean; export declare const DARWIN: boolean; export declare function loadChildProcess(): typeof import("node:child_process") | undefined;