UNPKG

132 BTypeScriptView Raw
1declare module 'intercept-stdout' {
2 function intercept(onIntercept: (txt: string) => void): (() => void);
3 export = intercept;
4}