Skip to main content
Module

std/path/is_glob.ts>isGlob

The Deno Standard Library
Latest
function isGlob
import { isGlob } from "https://deno.land/std@0.224.0/path/is_glob.ts";

Test whether the given string is a glob

Parameters

str: string

Returns

boolean