Skip to main content
Module

x/freshlate/freshlate/util.ts>getNestedKeyValue

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

Get a nested key value from an object

type

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