Skip to main content
Module

x/ramda/mod.ts>keys

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

Returns a list containing the names of all the enumerable own properties of the supplied object. Note that the order of the output array is not guaranteed to be consistent across different JS platforms.