app.js 113 B

12345
  1. module.exports = {
  2. processTransformationApp(_opts, options) {
  3. _opts = Object.assign(_opts, options)
  4. },
  5. }