Skip to main content
Module

x/velociraptor/deps.ts>path.isGlob

The npm-style script runner for Deno
Latest
function path.isGlob
import { path } from "https://deno.land/x/velociraptor@1.5.0/deps.ts";
const { isGlob } = path;

Test whether the given string is a glob

Parameters

str: string

Returns

boolean