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

x/localekit/util/flatten.ts>Flattened#getMappedKey

A translation plugin for Deno
Go to Latest
method Flattened.prototype.getMappedKey
import { Flattened } from "https://deno.land/x/localekit@0.9.0/util/flatten.ts";

Retrieves the mapped value for the given key.

Parameters

key: string
  • The key to retrieve the mapped value for.

Returns

string

The mapped value for the given key.