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

x/localekit/util/match/utils/common.ts>LooseForms

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

Represents a collection of loose forms for matching strings. By loose, we mean that they don't have to match from the start to the end of the entire string.

definition: { backtick: string[]; single_quote: string[]; double_quote: string[]; pipe: string[]; curly: string[]; round: string[]; square: string[]; all: string[]; }