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