Skip to main content
Latest
function path.isGlob
import { path } from "https://deno.land/x/lume_cleancss@v0.2.1/deps.ts";
const { isGlob } = path;

Test whether the given string is a glob

Parameters

str: string

Returns

boolean