Skip to main content
Module

x/vento/deps.ts>path.isGlob

🌬 A template engine for Deno & Node
Go to Latest
function path.isGlob
import { path } from "https://deno.land/x/vento@v0.12.5/deps.ts";
const { isGlob } = path;

Test whether the given string is a glob

Parameters

str: string

Returns

boolean