stryker-api
Version:
The api for the extendable JavaScript mutation testing framework Stryker
11 lines • 489 B
TypeScript
export * from './src/plugin/Contexts';
export * from './src/plugin/Plugins';
export * from './src/plugin/PluginKind';
export * from './src/plugin/tokens';
export * from 'typed-inject/src/api/Injectable';
export * from 'typed-inject/src/api/Injector';
export * from 'typed-inject/src/api/InjectionToken';
export * from 'typed-inject/src/api/CorrespondingType';
export * from 'typed-inject/src/api/Scope';
export * from 'typed-inject/src/api/Disposable';
//# sourceMappingURL=plugin.d.ts.map