knip
Version:
Find and fix unused dependencies, exports and files in your TypeScript and JavaScript projects
5 lines (4 loc) • 424 B
TypeScript
export declare const inspect: (obj: unknown) => void;
export declare const debugLog: (context: string, message: string) => void;
export declare const debugLogObject: (context: string | [string, string], name: string, obj: unknown | (() => unknown)) => void;
export declare const debugLogArray: (context: string | [string, string], message: string, elements: string[] | Set<string> | (() => string[] | Set<string>)) => void;