@stryker-mutator/core
Version:
The extendable JavaScript mutation testing framework
12 lines • 313 B
TypeScript
import { LogLevel } from '@stryker-mutator/api/core';
export declare const logLevelPriority: Readonly<{
trace: 0;
debug: 1;
info: 2;
warn: 3;
error: 4;
fatal: 5;
off: 6;
}>;
export declare function minPriority(a: LogLevel, b: LogLevel): LogLevel;
//# sourceMappingURL=priority.d.ts.map