Skip to main content
Module

std/path/mod.ts>isGlob

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function isGlob
import { isGlob } from "https://deno.land/std@v0.55.0/path/mod.ts";

Test whether the given string is a glob

Parameters

str: string

Returns

boolean