Skip to main content
Module

x/ramda/mod.ts>toPairsIn

:ram: Practical functional Javascript
Latest
variable toPairsIn
import { toPairsIn } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Converts an object into an array of key, value arrays. The object's own properties and prototype properties are used. Note that the order of the output array is not guaranteed to be consistent across different JS platforms.