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

x/localekit/util/match/refs.ts

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

Variables

Parses a string and returns a boolean value based on the string's content. Throws an error if the input is invalid.

Parses a string and executes a corresponding function based on the parsed result.

Parses the given key string and retrieves the corresponding value from the context object.

Parses a string and converts it to a number based on its format.

Parses the parameters of a string and returns an array of parsed values.

Parses a string and returns the bordered argument using the getBorderedArgument function.