UNPKG
json-file-database
Version:
latest (2.0.3)
2.0.3
Lightweight Database on NodeJS by JSON Files
json-file-database
/
dist
/
src
/
index.d.ts
4 lines
(3 loc)
•
140 B
TypeScript
View Raw
1
2
3
4
export
*
from
'./database'
;
export
*
from
'./database-file'
;
export
{
Collection
,
Comparator
,
Condition
,
Element
, }
from
'./collection'
;