Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/localekit/types/format.ts>FuncParamType

A translation plugin for Deno
Go to Latest
type alias FuncParamType
import { type FuncParamType } from "https://deno.land/x/localekit@0.9.0/types/format.ts";
definition:
| "num"
| "str"
| "key"
| "bool"
| "fn"