MCPcopy Create free account
hub / github.com/fontsource/fontsource / debug

Method debug

website/worker-configuration.d.ts:95–95  ·  view source on GitHub ↗
(...data: any[])

Source from the content-addressed store, hash-verified

93 countReset(label?: string): void;
94 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/debug_static) */
95 debug(...data: any[]): void;
96 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/dir_static) */
97 dir(item?: any, options?: any): void;
98 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/dirxml_static) */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected