UNPKG

moonlifedb

Version:

A JSON database with a bunch of tools and typescript support.

12 lines (11 loc) 277 B
export declare class LocalStorage { tablePath: string; /** * LocalStorage adapter for the database app * @param options * @param path a path to the folder, where to store data */ constructor(options: { path: string; }); }