UNPKG

@ozmap/logger

Version:
4 lines (3 loc) 62 B
export type AbstractLogger = { log(arg: string): void; };