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

x/localekit/types/fn.ts>FunctionType

A translation plugin for Deno
Go to Latest
type alias FunctionType
import { type FunctionType } from "https://deno.land/x/localekit@0.9.0/types/fn.ts";

Type Parameters

optional
T extends Record<string, unknown> = Record<string, unknown>
definition: (
val: unknown,
ctx: T,
matched: string,
) => unknown