UNPKG

@stryker-mutator/core

Version:

The extendable JavaScript mutation testing framework

7 lines (5 loc) 127 B
import { PackageInfo } from './package-info.js'; export interface PromptOption { name: string; pkg: PackageInfo | null; }