'use strict' const { stringify } = require('jsonfile/utils') const { outputFileSync } = require('../output') function outputJsonSync (file, data, options) { const str = stringify(data, options) outputFileSync(file, str, options) } module.exports = outputJsonSync
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
index.js | File | 508 B | 0644 |
|
jsonfile.js | File | 238 B | 0644 |
|
output-json-sync.js | File | 271 B | 0644 |
|
output-json.js | File | 272 B | 0644 |
|