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

x/localekit/util/obj.ts>getNestedKeyValue

A translation plugin for Deno
Go to Latest
variable getNestedKeyValue
import { getNestedKeyValue } from "https://deno.land/x/localekit@0.9.0/util/obj.ts";

Get a nested key value from an object

type

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