Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
61
export
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.ts
File · 0.70
getLefts
Function · 0.70
getRights
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected