1.0.2 • Published 6 years ago

babel-plugin-alter-object-assign v1.0.2

Weekly downloads
221
License
MIT
Repository
github
Last release
6 years ago

babel-plugin-alter-object-assign

NPM version NPM downloads CircleCI codecov donate chat

Install

yarn add babel-plugin-alter-object-assign

Usage

With .babelrc:

{
  "plugins": [
    ["alter-object-assign", { "objectAssign": "myAssign" }]
  ]
}

In:

Object.assign({})

Out:

myAssign({})

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

babel-plugin-alter-object-assign © EGOIST, Released under the MIT License. Authored and maintained by EGOIST with help from contributors (list).

egoist.moe · GitHub @EGOIST · Twitter @_egoistlily