UNPKG

polyserve

Version:
5 lines (4 loc) 132 B
declare module 'intercept-stdout' { function intercept(onIntercept: (txt: string) => void): (() => void); export = intercept; }