UNPKG

@stryker-mutator/core

Version:

The extendable JavaScript mutation testing framework

9 lines (7 loc) 151 B
import getPort from 'get-port'; export const netUtils = { /** * A wrapper around `getPort` for testing purposes */ getFreePort: getPort, };