UNPKG

json-file-database

Version:

Lightweight Database on NodeJS by JSON Files

4 lines (3 loc) 140 B
export * from './database'; export * from './database-file'; export { Collection, Comparator, Condition, Element, } from './collection';