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

    Interface MatchResult

    Result of pattern matching with captures.

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

    Properties

    Properties

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