UNPKG

188 BTypeScriptView Raw
1import { detectPort } from './detect-port.js';
2export default detectPort;
3export * from './detect-port.js';
4export declare const detect: typeof detectPort;
5export * from './wait-port.js';