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

x/localekit/util/match/str.ts>parseStr

A translation plugin for Deno
Latest
variable parseStr
import { parseStr } from "https://deno.land/x/localekit@2.2.0/util/match/str.ts";

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

type

(str: string) => unknown