UNPKG

195 BJavaScriptView Raw
1import getPort from 'get-port';
2export const netUtils = {
3 /**
4 * A wrapper around `getPort` for testing purposes
5 */
6 getFreePort: getPort,
7};
8//# sourceMappingURL=net-utils.js.map
\No newline at end of file