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

x/localekit/util/function.ts>FUNCS

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

Map of functions with their corresponding names and implementations. The key is the function name and the value is the function implementation.

type

Map<string, FuncType<Any, Any[]>>