UNPKG

@boost/config

Version:

Powerful convention based finder, loader, and manager of both configuration and ignore files.

8 lines (7 loc) 223 B
import fs from 'node:fs'; import { json } from '@boost/common'; async function loadJson(path) { return json.parse(await fs.promises.readFile(path.path(), 'utf8')); } export { loadJson }; //# sourceMappingURL=json.mjs.map