Table of contents
toPairs (constant)
Same as R.toPairs
Signature
export const toPairs: <K extends string, A>(r: Record<K, A>) => Array<[K, A]> = ...
Added in v0.1.1
Same as R.toPairs
Signature
export const toPairs: <K extends string, A>(r: Record<K, A>) => Array<[K, A]> = ...
Added in v0.1.1