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
Latest
function path.isGlob
import { path } from "https://deno.land/x/discord_rpc_deno@v1.1.4/deps.ts";
const { isGlob } = path;

Test whether the given string is a glob

Parameters

str: string

Returns

boolean