Skip to main content
Module

x/lume_langdata/deps.ts>path.isGlob

A Lume plugin for multi-language websites.
Go to Latest
function path.isGlob
import { path } from "https://deno.land/x/lume_langdata@v2.0.5/deps.ts";
const { isGlob } = path;

Test whether the given string is a glob

Parameters

str: string

Returns

boolean