UNPKG

a2r

Version:
5 lines (4 loc) 234 B
import { Db, Collection } from 'mongodb'; export default function getConnection(): Promise<Db>; export declare function getCollection<T>(collectionName: string): Promise<Collection<T>>; export declare function clean(): Promise<void>;