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