Module

x/deno_utils/mod.ts>extractObjectValue

some utilities you can use in a deno environment
Latest
variable extractObjectValue
import { extractObjectValue } from "https://dotland.deno.dev/x/deno_utils@v0.0.3/mod.ts";

type

<T>(arr: T[], key: keyof T) => unknown