UNPKG

cypress-mongodb

Version:
4 lines (3 loc) 166 B
import { Document } from 'mongodb'; import Chainable = Cypress.Chainable; export declare function aggregate(pipeline: Document[] | Buffer, options?: any): Chainable;