function path.isGlobimport { path } from "https://deno.land/x/hex@0.6.3/src/fw/generator/deps.ts"; const { isGlob } = path; isGlob(str: string): booleanTest whether the given string is a glob Parametersstr: stringReturnsboolean