Skip to main content
Module

x/rambda/immutable.d.ts>keys

Faster and smaller alternative to Ramda
Go to Latest
function keys
import { keys } from "https://deno.land/x/rambda@v7.0.1/immutable.d.ts";

It applies Object.keys over x and returns its keys.

Type Parameters

T extends object

Returns

readonly (keyof T)[]