mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 06:30:10 +08:00
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> Co-authored-by: Henry Mercer <henrymercer@github.com>
7 lines
288 B
TypeScript
7 lines
288 B
TypeScript
/// <reference types="node" resolution-mode="require"/>
|
|
import { type ChildProcess } from 'child_process';
|
|
/**
|
|
* Starts forwarding signals to `child` through `parent`.
|
|
*/
|
|
export declare const proxySignals: (child: ChildProcess) => () => void;
|
|
//# sourceMappingURL=proxy-signals.d.ts.map
|