UNPKG

@imjxsx/localdb

Version:

A lightweight MongoDB-style BSON database for Node.js

8 lines 168 B
export interface IDBStats { name: string; collections: number; documents: number; size: number; filepath: string; } //# sourceMappingURL=db.d.ts.map