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

x/localekit/util/match/key.ts>parseKey

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

Parses the given key string and retrieves the corresponding value from the context object.

type

(unnamed 0: { str: string; ctx: Record<string, unknown>; fns: FuncObj; value?: unknown; key_call_stack: string[]; max_call_stack: number; parse_val?: boolean; }) => unknown | unknown[]