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