Skip to main content
Module

x/cav/deps.ts>path.isGlob

A server framework for Deno
Go to Latest
function path.isGlob
import { path } from "https://deno.land/x/cav@0.0.21/deps.ts";
const { isGlob } = path;

Test whether the given string is a glob

Parameters

str: string

Returns

boolean