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

A translation plugin for Deno
Latest
import * as localekit from "https://deno.land/x/localekit@2.2.0/util/match/utils/parse.ts";

Variables

Parses a string and returns an array of argument types and the matched string.

Type Aliases

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