function path.isGlobimport { path } from "https://deno.land/x/drollup@2.58.0%2B0.20.0/plugins/svelte/deps.ts"; const { isGlob } = path; isGlob(str: string): booleanTest whether the given string is a glob Parametersstr: stringReturnsboolean