Skip to main content
Module

std/node/path.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@0.36.0/node/path.ts";

Test whether the given string is a glob

Parameters

str: string

Returns

boolean