Module

x/dax/src/deps.ts>path.isGlob

Cross-platform shell tools for Deno and Node.js inspired by zx.
Very Popular
Latest
function path.isGlob
import { path } from "https://dotland.deno.dev/x/dax@0.39.2/src/deps.ts";
const { isGlob } = path;

Test whether the given string is a glob

Parameters

str: string

Returns

boolean