mirror of
https://github.com/jprichardson/node-fs-extra.git
synced 2026-01-25 16:42:57 +00:00
10 lines
282 B
JavaScript
10 lines
282 B
JavaScript
var jsonFile = require('./jsonfile')
|
|
|
|
jsonFile.outputJsonSync = require('./output-json-sync')
|
|
jsonFile.outputJson = require('./output-json')
|
|
// aliases
|
|
jsonFile.outputJSONSync = require('./output-json-sync')
|
|
jsonFile.outputJSON = require('./output-json')
|
|
|
|
module.exports = jsonFile
|