Skip to main content
Module

x/abc/deps.ts>path.isGlob

A better Deno framework to create web application.
Go to Latest
function path.isGlob
import { path } from "https://deno.land/x/abc@v1.0.0-rc4/deps.ts";
const { isGlob } = path;

Test whether the given string is a glob

Parameters

str: string

Returns

boolean