UNPKG

@reservoir0x/relay-sdk

Version:

Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.

9 lines 234 B
export declare enum LogLevel { Verbose = 4, Info = 3, Warn = 2, Error = 1, None = 0 } export declare const log: (params: any[], level: LogLevel, currentLevel: LogLevel) => void; //# sourceMappingURL=logger.d.ts.map