UNPKG

@imjxsx/localdb

Version:

A lightweight MongoDB-style BSON database for Node.js

8 lines 203 B
import { DB } from "./db.js"; export declare class LocalDB { /** @private */ private basepath; constructor(basepath: string); db(name: string): DB; } //# sourceMappingURL=localdb.d.ts.map