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