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