UNPKG

polyserve

Version:
7 lines (6 loc) 173 B
declare module 'find-port' { module findPort {} function findPort(lower: number, upper: number, callback: (ports: number[]) => void): void; export = findPort; }