Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/localekit/util/obj.ts>getNestedKeyValue

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

Retrieves the value of a nested key from an object.

type

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