MCPcopy Index your code
hub / github.com/Effect-TS/effect / table

Function table

packages/effect/src/internal/console.ts:97–98  ·  view source on GitHub ↗
(tabularData: any, properties?: ReadonlyArray<string>)

Source from the content-addressed store, hash-verified

95
96/** @internal */
97export const table = (tabularData: any, properties?: ReadonlyArray<string>) =>
98 consoleWith((_) => _.table(tabularData, properties))
99
100/** @internal */
101export const time = (label?: string) =>

Callers

nothing calls this directly

Calls 2

consoleWithFunction · 0.85
tableMethod · 0.65

Tested by

no test coverage detected