Skip to main content
Module

x/bob/deps.ts>path.isGlob

A static site generator for the dynamic web - develop with TSX and build with Deno
Go to Latest
function path.isGlob
import { path } from "https://deno.land/x/bob@v1.1.0/deps.ts";
const { isGlob } = path;

Test whether the given string is a glob

Parameters

str: string

Returns

boolean