UNPKG

moonlifedb

Version:

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

6 lines (5 loc) 177 B
export declare class Memory { checkFile(tablePath: string, tableName: string): void; checkDir(tablePath: string): void; checkExternal(adapter: string): void; }