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

Function values

packages/effect/src/Record.ts:991–991  ·  view source on GitHub ↗
(self: ReadonlyRecord<K, A>)

Source from the content-addressed store, hash-verified

989 * @since 2.0.0
990 */
991export const values = <K extends string, A>(self: ReadonlyRecord<K, A>): Array<A> => collect(self, (_, a) => a)
992
993/**
994 * Adds a new key-value pair or update an existing key's value in a record.

Callers

nothing calls this directly

Calls 1

collectFunction · 0.70

Tested by

no test coverage detected