Skip to main content
Module

x/sdeno/deps.ts>path.isGlob

Steno on Deno. Specialized fast async file writer.
Go to Latest
function path.isGlob
import { path } from "https://deno.land/x/sdeno@v1.0.4/deps.ts";
const { isGlob } = path;

Test whether the given string is a glob

Parameters

str: string

Returns

boolean