📄 jsonfile.js
/home/palash/git/site/node_modules/fs-extra/lib/json/jsonfile.js
Language: js • Lines: 11
'use strict'

const jsonFile = require('jsonfile')

module.exports = {
  // jsonfile exports
  readJson: jsonFile.readFile,
  readJsonSync: jsonFile.readFileSync,
  writeJson: jsonFile.writeFile,
  writeJsonSync: jsonFile.writeFileSync
}