memongo
    Preparing search index...

    Interface DocumentRoot

    interface DocumentRoot {
        removeById(id: string): void;
        write(): void;
    }
    Index

    Methods