import { values } from "https://dotland.deno.dev/x/rambda@v9.2.0/immutable.d.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
K extends keyof T
Parameters
obj: T