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