UNPKG

173 BTypeScriptView Raw
1declare module 'find-port' {
2 module findPort {}
3 function findPort(lower: number, upper: number,
4 callback: (ports: number[]) => void): void;
5 export = findPort;
6}