mingo
    Preparing search index...

    Variable default

    default: {
        aggregate: (
            collection: Source,
            pipeline: AnyObject[],
            options?: Partial<Options>,
        ) => AnyObject[];
        Aggregator: typeof Aggregator;
        createUpdater: (defaultOptions?: UpdateOptions) => Updater;
        find: <T>(
            collection: Source,
            criteria: AnyObject,
            projection?: AnyObject,
            options?: Partial<Options>,
        ) => Cursor<T>;
        ProcessingMode: typeof ProcessingMode;
        Query: typeof Query;
        update: Updater;
    }

    Type declaration