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