UNPKG

@stryker-mutator/api

Version:

The api for the extendable JavaScript mutation testing framework Stryker

13 lines (12 loc) 268 B
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';