call-bind-apply-helpers 
Helper functions around Function call/apply/bind, for use in call-bind.
The only packages that should likely ever use this package directly are call-bind and get-intrinsic. Please use call-bind unless you have a very good reason not to.
Getting started
1 | npm install --save call-bind-apply-helpers |
Usage/Examples
1 | const assert = require('assert'); |
Tests
Clone the repo, npm install, and run npm test
