@the-/util-file
v15.8.0
Published
File utility for the-framework
Readme
@the-/util-file
File utility for the-framework
Installation
$ npm install @the-/util-file --saveUsage
'use strict'
const { readAsJsonSync } = require('@the-/util-file')
async function tryExample() {
const data = readAsJsonSync('conf/foo.json')
console.log(data)
}
tryExample().catch((err) => console.error(err))
API Guide
- module:@the-/util-file
- module.module:@the-/util-file
See API Guide for more detail
License
This software is released under the MIT License.
