UNPKG
@imjxsx/localdb
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
1.0.0
A lightweight MongoDB-style BSON database for Node.js
github.com/imjxsx/localdb
imjxsx/localdb
@imjxsx/localdb
/
dist
/
types
/
db.d.ts
8 lines
•
168 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
IDBStats
{
name
:
string
;
collections
:
number
;
documents
:
number
;
size
:
number
;
filepath
:
string
; }
//# sourceMappingURL=db.d.ts.map