UNPKG

babel-autobind

Version:

it binds methods to its class prototype + Compatible with stub/spy used on unit-test frameworks (Sinon.Js, enzyme,...so on) + Can be integrated with 3rd party decorators (like @autobind decorator)

19 lines (13 loc) 188 B
sudo: false language: node_js # cache: # directories: # - node_modules node_js: - "6" branches: only: - master script: npm run test after_success: - npm run coveralls