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

x/localekit/util/match/utils/parse.ts>ArgType

A translation plugin for Deno
Latest
type alias ArgType
import { type ArgType } from "https://deno.land/x/localekit@2.2.0/util/match/utils/parse.ts";

Represents the type of an argument. Possible values are: "num", "str", "fun", "key", "bool", "empty".

definition:
| "num"
| "str"
| "fun"
| "key"
| "bool"
| "empty"