UNPKG

@jakechampion/cli-testing-library

Version:

Small but powerful library for testing CLI the way it is used by people.

7 lines (6 loc) 257 B
import { ChildProcessWithoutNullStreams } from 'child_process'; export declare const checkRunningProcess: (currentProcessRef: { current: ChildProcessWithoutNullStreams | null; }) => currentProcessRef is { current: ChildProcessWithoutNullStreams; };