Skip to main content
Module

std/node/path.ts>isGlob

Deno standard library
Go to Latest
function isGlob
import { isGlob } from "https://deno.land/std@0.166.0/node/path.ts";

Test whether the given string is a glob

Parameters

str: string

Returns

boolean