Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/freshlate/freshlate/util.ts>getNestedKeyValue

A translation plugin for Deno Fresh
Latest
variable getNestedKeyValue
import { getNestedKeyValue } from "https://deno.land/x/freshlate@0.4.1/freshlate/util.ts";

Get a nested key value from an object

type

(obj: Record<string, unknown>, key: string) => unknown | undefined