UNPKG

@stryker-mutator/api

Version:

The api for the extendable JavaScript mutation testing framework Stryker

7 lines (5 loc) 137 B
export enum Scope { Transient = 'transient', Singleton = 'singleton', } // Keep in sync with import { Scope } from '@typed-inject';