UNPKG

tona-db-mini

Version:

Tona-DB mini is a JavaScript library for simulating small local databases in JSON.

11 lines (10 loc) 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultConfig = void 0; /** * Default configuration used when the user does not provide one. */ exports.defaultConfig = { baseDir: "./tdb-mini-data", prettyJson: false, };