UNPKG

@amplitude/ampli

Version:

Amplitude CLI

17 lines (16 loc) 519 B
/// <reference types="debug" /> declare class Debugger { debug: debug.Debugger; defaultLogMethod: (...args: any[]) => any; logFilePath: string | undefined; constructor(); private log; extend(namespace: string, delimiter?: string): import("debug").Debugger; logToFile(filepath: string): void; hasLogFile(): boolean; getLogFilePath(): string | undefined; logToConsole(): void; enable: (namespaces?: string) => void; } declare const _default: Debugger; export default _default;