UNPKG

@sinkingsheep/jsondb

Version:

A lightweight JSON-based database for Node.js

3 lines (2 loc) 260 B
export declare function loadCollection(directory: string, collectionName: string): Promise<Map<string, any>>; export declare function saveCollection(directory: string, collectionName: string, collection: Map<string, any>, prettyPrint: boolean): Promise<void>;