Module

x/rambda/mod.ts>values

Faster and smaller alternative to Ramda
Latest
function values
import { values } from "https://dotland.deno.dev/x/rambda@9.4.1/mod.ts";

With correct input, this is nothing more than Object.values(Record<string, unknown>). If obj is not an object, then it returns an empty array.

Type Parameters

T extends object
K extends keyof T