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

std/path/posix/mod.ts>isGlob

The Deno Standard Library
Latest
function isGlob
import { isGlob } from "https://deno.land/std@0.224.0/path/posix/mod.ts";

Test whether the given string is a glob

Parameters

str: string

Returns

boolean