Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hex/src/fw/web/deps.ts>path.isGlob

An ecosystem delivering practices, philosophy and portability. Powered By Deno and JavaScript.
Go to Latest
function path.isGlob
import { path } from "https://deno.land/x/hex@0.6.3/src/fw/web/deps.ts";
const { isGlob } = path;

Test whether the given string is a glob

Parameters

str: string

Returns

boolean