UNPKG

@stryker-mutator/core

Version:

The extendable JavaScript mutation testing framework

12 lines 328 B
import { select, confirm, input, checkbox, Separator } from '@inquirer/prompts'; /** * @description Small wrapper around inquire prompts to make it easier to mock in tests */ export const inquire = { select, confirm, input, checkbox, separator: () => new Separator(), }; //# sourceMappingURL=inquire.js.map