matrix-js-sdk

    Interface Debugger

    A simplification of the Debugger type exposed by the debug library. We reimplement the bits we need here to avoid a dependency on debug.

    interface Debugger {
        extend: (namespace: string, delimiter?: string) => Debugger;
        (formatter: any, ...args: any[]): void;
    }
    • Parameters

      • formatter: any
      • ...args: any[]

      Returns void

    Index

    Properties

    Properties

    extend: (namespace: string, delimiter?: string) => Debugger
    MMNEPVFCICPMFPCPTTAAATR