UNPKG

@stryker-mutator/core

Version:

The extendable JavaScript mutation testing framework

8 lines 195 B
import getPort from 'get-port'; export const netUtils = { /** * A wrapper around `getPort` for testing purposes */ getFreePort: getPort, }; //# sourceMappingURL=net-utils.js.map