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