Link Search Menu Expand Document

Table of contents


fromPairs (constant)

Same as R.fromPairs

Signature

export const fromPairs: <A, K extends string>(as: Array<[K, A]>) => Record<K, A> = ...

Added in v0.1.1