nodedb-json
Version:
A lightweight JSON-based database for Node.js with TypeScript support, indexing, and complex query capabilities
13 lines (10 loc) • 438 B
text/typescript
import type * as EsmExports from '../esm/index.js';
declare const NodedbJson: typeof EsmExports.default & {
default: typeof EsmExports.default;
Collection: typeof EsmExports.Collection;
DatabaseError: typeof EsmExports.DatabaseError;
CorruptedFileError: typeof EsmExports.CorruptedFileError;
DuplicateIndexError: typeof EsmExports.DuplicateIndexError;
FileLockError: typeof EsmExports.FileLockError;
};
export = NodedbJson;