@tolokoban/tgd
Version:
ToloGameDev library for WebGL2
8 lines • 347 B
TypeScript
type HighlightedCode = string | boolean | HighlightedCode[] | {
cls: string;
txt?: string;
};
export declare function debug(code: HighlightedCode, classNames?: Record<string, string>): void;
export declare function highlightEnum(value: keyof WebGL2RenderingContext | number): HighlightedCode;
export {};
//# sourceMappingURL=debug.d.ts.map