Skip to main content
Module

std/_tools/release/deps.ts>path.isGlob

Deno standard library
Go to Latest
function path.isGlob
import { path } from "https://deno.land/std@0.139.0/_tools/release/deps.ts";
const { isGlob } = path;

Test whether the given string is a glob

Parameters

str: string

Returns

boolean