UNPKG

splitwise-sdk

Version:
7 lines (6 loc) 213 B
export declare enum LOG_LEVELS { ERROR = "error", INFO = "info", DEBUG = "debug" } export declare function getLogger(logger?: (message: string) => void, level?: LOG_LEVELS): (message: string) => void;