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