PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/mem-fs-editor/lib/actions

Просмотр файла: extend-json.js

'use strict';

const extend = require('deep-extend');

module.exports = function (filepath, contents, replacer, space) {
  const originalContent = this.readJSON(filepath, {});
  const newContent = extend({}, originalContent, contents);

  this.writeJSON(filepath, newContent, replacer, space);
};

Выполнить команду


Для локальной разработки. Не используйте в интернете!