Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/service/deps.ts>path.isGlob

Install a Deno application as a system service
Latest
function path.isGlob
import { path } from "https://deno.land/x/service@1.0.0-rc.0/deps.ts";
const { isGlob } = path;

Test whether the given string is a glob

Parameters

str: string

Returns

boolean