UNPKG

cypress-mongodb

Version:
4 lines (3 loc) 155 B
import Chainable = Cypress.Chainable; import { Document } from 'mongodb'; export declare function runCommand(command: Document, options?: any): Chainable;