Skip to main content
Module

x/drake/tests/deps.ts>path.isGlob

Drake is a make-like task runner for Deno.
Latest
function path.isGlob
import { path } from "https://deno.land/x/drake@v1.7.0/tests/deps.ts";
const { isGlob } = path;

Test whether the given string is a glob

Parameters

str: string

Returns

boolean