UNPKG

@kamino-finance/klend-sdk

Version:

Typescript SDK for interacting with the Kamino Lending (klend) protocol

14 lines 393 B
export interface Logger { info(message: string, ...args: any[]): void; warn(message: string, ...args: any[]): void; error(message: string, ...args: any[]): void; debug(message: string, ...args: any[]): void; } export declare enum LogLevel { INFO = "info", WARN = "warn", ERROR = "error", DEBUG = "debug", NONE = "none" } //# sourceMappingURL=Logger.d.ts.map