UNPKG

stryker

Version:
8 lines 271 B
import { LogLevel } from 'stryker-api/core'; /** * Determines the minimal log level (where trace < off) * @param a one log level * @param b other log level */ export declare function minLevel(a: LogLevel, b: LogLevel): LogLevel; //# sourceMappingURL=logUtils.d.ts.map