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

Function dir

packages/effect/src/internal/console.ts:70–70  ·  view source on GitHub ↗
(item: any, options?: any)

Source from the content-addressed store, hash-verified

68
69/** @internal */
70export const dir = (item: any, options?: any) => consoleWith((_) => _.dir(item, options))
71
72/** @internal */
73export const dirxml = (...args: ReadonlyArray<any>) => consoleWith((_) => _.dirxml(...args))

Callers

nothing calls this directly

Calls 2

consoleWithFunction · 0.85
dirMethod · 0.65

Tested by

no test coverage detected