UNPKG

@imjxsx/localdb

Version:

A lightweight MongoDB-style BSON database for Node.js

6 lines 131 B
export interface IDocument { __uuid: string; updatedAt: Date; createdAt: Date; } //# sourceMappingURL=document.d.ts.map