UNPKG

@typed/test

Version:
8 lines 261 B
// tslint:disable-next-line:no-var-requires const { getPortPromise } = require('portfinder'); export function findOpenPort() { return getPortPromise() .then(parseFloat) .catch(() => findOpenPort()); } //# sourceMappingURL=findOpenPort.js.map