mirror of
https://gitee.com/onvia/ccc-tnt-psd2ui
synced 2025-11-13 17:48:36 +00:00
支持 mac
This commit is contained in:
11
npm-packages/mac-v2.4.x/fs-extra/lib/json/jsonfile.js
Normal file
11
npm-packages/mac-v2.4.x/fs-extra/lib/json/jsonfile.js
Normal file
@@ -0,0 +1,11 @@
|
||||
'use strict'
|
||||
|
||||
const jsonFile = require('jsonfile')
|
||||
|
||||
module.exports = {
|
||||
// jsonfile exports
|
||||
readJson: jsonFile.readFile,
|
||||
readJsonSync: jsonFile.readFileSync,
|
||||
writeJson: jsonFile.writeFile,
|
||||
writeJsonSync: jsonFile.writeFileSync
|
||||
}
|
||||
Reference in New Issue
Block a user