Sign in
apache
/
incubator-resilientdb-ResContract
/
a38804e78a872ef90e5cbab1c702c7554a393c9b
/
.
/
node_modules
/
fs-extra
/
lib
/
json
/
jsonfile.js
blob: f11d34d623d879f1d443dfa8e4e2ce4e13170b75 [
file
] [
log
] [
blame
]
'use strict'
const
jsonFile
=
require
(
'jsonfile'
)
module
.
exports
=
{
// jsonfile exports
readJson
:
jsonFile
.
readFile
,
readJsonSync
:
jsonFile
.
readFileSync
,
writeJson
:
jsonFile
.
writeFile
,
writeJsonSync
:
jsonFile
.
writeFileSync
}