Newer
Older
vue-indexer / node_modules / fs-extra / lib / json / jsonfile.js
@eugene-sukhodolskiy eugene-sukhodolskiy on 24 Sep 238 bytes v1.0
'use strict'

const jsonFile = require('jsonfile')

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