MCPcopy Create free account
hub / github.com/Effect-TS/effect / empty

Function empty

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

Source from the content-addressed store, hash-verified

179 * @since 2.0.0
180 */
181export const empty = <K extends string | symbol = never, V = never>(): Record<
182 ReadonlyRecord.NonLiteralKey<K>,
183 V
184> => ({} as any)
185
186/**
187 * Determines if a mutable record is empty.

Callers 4

Record.tsFile · 0.70
getSomesFunction · 0.70
getFailuresFunction · 0.70
getSuccessesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected