MCPcopy
hub / github.com/Effect-TS/effect / empty

Function empty

packages/effect/src/Record.ts:61–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 * @since 2.0.0
60 */
61export const empty = <K extends string | symbol = never, V = never>(): Record<
62 ReadonlyRecord.NonLiteralKey<K>,
63 V
64> => ({} as any)
65
66/**
67 * Determine if a record is empty.

Callers 3

Record.tsFile · 0.70
getLeftsFunction · 0.70
getRightsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected