Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/yaml_wasm/scripts/deps.ts>path.isGlob

WebAssembly module to parse YAML
Latest
function path.isGlob
import { path } from "https://deno.land/x/yaml_wasm@deno-v0.41.0/scripts/deps.ts";
const { isGlob } = path;

Test whether the given string is a glob

Parameters

str: string

Returns

boolean