function isGlobimport { isGlob } from "https://deno.land/std@0.62.0/path/glob.ts"; isGlob(str: string): booleanTest whether the given string is a glob Parametersstr: stringReturnsboolean