UNPKG

@aws-amplify/core

Version:
8 lines (7 loc) 169 B
export interface Logger { debug(msg: string): void; info(msg: string): void; warn(msg: string): void; error(msg: string): void; } export default Logger;