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

x/dem/vendor/https/deno.land/std/path/mod.ts>isGlob

A module version manager for Deno.
Latest
function isGlob
import { isGlob } from "https://deno.land/x/dem@0.9.9/vendor/https/deno.land/std/path/mod.ts";

Test whether the given string is a glob

Parameters

str: string

Returns

boolean