NDNts
    Preparing search index...

    DataStore interface, get method.

    interface Get {
        get: (name: Name) => Promise<undefined | Data>;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    get: (name: Name) => Promise<undefined | Data>

    Retrieve Data by exact name.