Skip to main content
Module

x/task_runner_v2/deps.ts>path.isGlob

Version 2 of deno-task-runner to fix issues
Latest
function path.isGlob
import { path } from "https://deno.land/x/task_runner_v2@v1.0.3/deps.ts";
const { isGlob } = path;

Test whether the given string is a glob

Parameters

str: string

Returns

boolean