UNPKG

@stryker-mutator/core

Version:

The extendable JavaScript mutation testing framework

7 lines 355 B
import { Injector, PluginContext } from '@stryker-mutator/api/plugin'; import { FilePreprocessor } from './file-preprocessor.js'; export declare function createPreprocessor(injector: Injector<PluginContext>): FilePreprocessor; export declare namespace createPreprocessor { var inject: ["$injector"]; } //# sourceMappingURL=create-preprocessor.d.ts.map