Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ toEntries
Function
toEntries
packages/effect/src/HashMap.ts:639–639 ·
view source on GitHub ↗
(self: HashMap<K, V>)
Source
from the content-addressed store, hash-verified
637
* @since 2.0.0
638
*/
639
export
const
toEntries = <K, V>(self: HashMap<K, V>): Array<[K, V]> => Array.from(entries(self))
640
641
/**
642
* Returns the number of entries within the `HashMap`.
Callers
nothing calls this directly
Calls
1
entries
Function · 0.70
Tested by
no test coverage detected