UNPKG

@arturwojnar/hermes-mongodb

Version:

Production-Ready TypeScript Outbox Pattern for MongoDB

4 lines (3 loc) 112 B
import { Db } from 'mongodb'; declare const ensureIndexes: (db: Db) => Promise<void>; export { ensureIndexes };