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