Skip to main content
Module

std/path/posix/is_glob.ts>isGlob

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

Test whether the given string is a glob

Parameters

str: string

Returns

boolean