Skip to main content
Module

std/path/posix/is_glob.ts>isGlob

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

Test whether the given string is a glob

Parameters

str: string

Returns

boolean