function path.isGlobimport { path } from "https://dotland.deno.dev/x/dax@0.39.2/src/deps.ts"; const { isGlob } = path; isGlob(str: string): booleanTest whether the given string is a glob Parametersstr: stringReturnsboolean