StringEx.matches
import { StringEx } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.4.2/deps.ts";
const { matches } = StringEx;
function matches(input: string, pattern: string): boolean;
import { StringEx } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.4.2/deps.ts";
const { matches } = StringEx;