Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/globber/src/deps.ts>isGlob

Include and excludes files and directories from a deep search of the provided root directory
Latest
function isGlob
import { isGlob } from "https://deno.land/x/globber@0.1.0/src/deps.ts";

Test whether the given string is a glob

Parameters

str: string

Returns

boolean