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