memongo
    Preparing search index...

    Interface Document

    interface Document {
        get(): DocumentContentWithId;
        remove(): void;
        update(update: JSONUpdate): void;
    }
    Index

    Methods

    Methods