effect-io-ai

Package: effect
Module: HashMap

HashMap.toEntries

Returns an Array<[K, V]> of the entries within the HashMap.

Signature

declare const toEntries: <K, V>(self: HashMap<K, V>) => Array<[K, V]>

Source

Since v2.0.0