bound-call

0.0.0 • Public • Published

bound-call

👔 Create a bound call where you can pass "this" context as an argument

const bound = require('bound-call');
 
const toLowerCase = bound('', 'toLowerCase');
 
['Hello', 'World'].map(toLowerCase); // ['hello', 'world']

Transpiled version

Environments which exclude node_modules from the transpiling pipeline should include the "browser" entry instead of "main". This exposes an ES5 commonjs module.

Also available for explicit import:

const bound = require('bound-call/dist');

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.0
    0

Package Sidebar

Install

npm i bound-call

Weekly Downloads

0

Version

0.0.0

License

MIT

Unpacked Size

1.89 kB

Total Files

4

Last publish

Collaborators

  • omrilotan