UNPKG

stromjs

Version:

Dependency-free streams utils for Node.js

5 lines (4 loc) 192 B
/// <reference types="node" /> /// <reference types="node" /> import { ChildProcess } from "child_process"; export declare function child(childProcess: ChildProcess): import("stream").Duplex;