Module

std/path/posix/is_glob.ts>isGlob

The Deno Standard Library
Latest
function isGlob
import { isGlob } from "https://dotland.deno.dev/std@0.224.0/path/posix/is_glob.ts";

Test whether the given string is a glob

Parameters

str: string

Returns

boolean