UNPKG

@alexaegis/logging

Version:

Minimal logging tools

3 lines 128 B
import { Logger as TsLogLogger } from 'tslog'; export type Logger<T> = TsLogLogger<T>; //# sourceMappingURL=logger.type.d.ts.map