UNPKG

@stryker-mutator/api

Version:

The api for the extendable JavaScript mutation testing framework Stryker

7 lines (4 loc) 240 B
import { readFileSync } from 'fs'; import { URL } from 'url'; const strykerCoreSchema: Record<string, unknown> = JSON.parse(readFileSync(new URL('../../schema/stryker-core.json', import.meta.url), 'utf-8')); export { strykerCoreSchema };