UNPKG

stryker-api

Version:

The api for the extendable JavaScript mutation testing framework Stryker

6 lines 258 B
import LoggerFactoryMethod from './LoggerFactoryMethod'; export default class LoggerFactory { static setLogImplementation(implementation: LoggerFactoryMethod): void; static getLogger: LoggerFactoryMethod; } //# sourceMappingURL=LoggerFactory.d.ts.map