Skip to main content
Module

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

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
function path.isGlob
import { path } from "https://deno.land/x/drash@v2.7.0/tests/deps.ts";
const { isGlob } = path;

Test whether the given string is a glob

Parameters

str: string

Returns

boolean