@blockchaincommons/dcbor-pattern - v1.0.0-beta.2
    Preparing search index...

    Interface SearchWithCaptures

    Paths and captures from a search.

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

    The path to every node the inner pattern matched, each once.

    captures: Map<string, Path[]>

    The paths each capture name matched.