Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
variable getBorderedArgument
import { getBorderedArgument } from "https://deno.land/x/localekit@2.2.0/util/match/utils/border.ts";

Retrieves the bordered argument from a string.

type

(
str: string,
strict: StrictForms,
manual_border?: string,
) => unknown