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