Skip to main content
Module

x/ramda/mod.ts>toPairs

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

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