UNPKG

@causalfoundry/js-sdk

Version:

Causal Foundry WEB SDK (JS/TS)

8 lines (7 loc) 185 B
export declare enum Debug { Log = 0, Info = 1, Warn = 2, Error = 3 } export declare function debug(isDebuggingActive: boolean): (level: Debug, message: string) => void;