UNPKG

@sinkingsheep/jsondb

Version:

A lightweight JSON-based database for Node.js

10 lines (9 loc) 260 B
export declare class AutoSaveManager { private autoSave; private saveInterval; private saveCallback; private intervalId; constructor(autoSave: boolean, saveInterval: number, saveCallback: () => void); start(): void; stop(): void; }