UNPKG

iso-bench

Version:

Small benchmark library focused in avoiding optimization/deoptimization pollution between tests by isolating them.

4 lines (3 loc) 120 B
export declare namespace Fork { function fork(env: Record<string, string>): import("child_process").ChildProcess; }