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

Method table

website/worker-configuration.d.ts:113–113  ·  view source on GitHub ↗
(tabularData?: any, properties?: string[])

Source from the content-addressed store, hash-verified

111 log(...data: any[]): void;
112 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/table_static) */
113 table(tabularData?: any, properties?: string[]): void;
114 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/time_static) */
115 time(label?: string): void;
116 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/timeEnd_static) */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected