UNPKG

stryker-api

Version:

The api for the extendable JavaScript mutation testing framework Stryker

11 lines 237 B
declare enum LogLevel { Off = "off", Fatal = "fatal", Error = "error", Warning = "warn", Information = "info", Debug = "debug", Trace = "trace" } export default LogLevel; //# sourceMappingURL=LogLevel.d.ts.map