@stryker-mutator/api
Version:
The api for the extendable JavaScript mutation testing framework Stryker
7 lines • 293 B
TypeScript
export * from './contexts.js';
export * from './plugins.js';
export * from './plugin-kind.js';
export * from './tokens.js';
export * from './scope.js';
export type { Injectable, Injector, InjectionToken, CorrespondingType, Disposable, } from 'typed-inject';
//# sourceMappingURL=index.d.ts.map