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

x/discord_rpc_deno/deps.ts>path.isGlob

port of @xhayper/discord-rpc to deno
Go to Latest
function path.isGlob
import { path } from "https://deno.land/x/discord_rpc_deno@1.0.9/deps.ts";
const { isGlob } = path;

Test whether the given string is a glob

Parameters

str: string

Returns

boolean