UNPKG

@boost/debug

Version:

Lightweight debugging and crash reporting.

6 lines 244 B
import type { Debugger } from './types'; /** * Create and return a `Debugger` instance with the defined namespace. */ export declare function createDebugger(namespace: string[] | string): Debugger; //# sourceMappingURL=createDebugger.d.ts.map