dCBOR Pattern TypeScript - v1.0.0-alpha.20
    Preparing search index...

    Interface MatchWithCaptures

    Result of pattern matching with captures.

    interface MatchWithCaptures {
        paths: Path[];
        captures: Map<string, Path[]>;
    }
    Index

    Properties

    Properties

    paths: Path[]
    captures: Map<string, Path[]>