UNPKG

datanautics

Version:

**Datanautics** is a lightweight key-value storage system with support for nested property access, persistent dumps to disk, and configurable autosave intervals.

5 lines 204 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_DUMP_INTERVAL = void 0; exports.DEFAULT_DUMP_INTERVAL = 1000; //# sourceMappingURL=default-dump-interval.js.map