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

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

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

Properties

regex: RegExp
optional
path: { regex: RegExp; segments: RegExp[]; globstar?: RegExp; }