Skip to main content
Module

x/scaffold/src/deps/path.ts>path.isGlob

scaffold your next project with style and 💗
Latest
function path.isGlob
import { path } from "https://deno.land/x/scaffold@0.3.0/src/deps/path.ts";
const { isGlob } = path;

Test whether the given string is a glob

Parameters

str: string

Returns

boolean