UNPKG

ipull

Version:

The only file downloader you'll ever need. For node.js and the browser, CLI and library for fast and reliable file downloads.

6 lines 221 B
import { JSONFilePreset } from "lowdb/node"; import { DB_PATH } from "../const.js"; import { Low } from "lowdb"; const AppDB = await JSONFilePreset(DB_PATH, {}); export { AppDB, Low }; //# sourceMappingURL=settings.js.map