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