niftinessafoot / bind-all

An ES6 module for binding a list or array of methods to a common object, usually _this_.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bindAll

Auto-loops over an array or list of arguments, binding these arguments to a singular object. Written to prevent having to continually bind class methods to the class for ES6.

About

An ES6 module for binding a list or array of methods to a common object, usually _this_.


Languages

Language:JavaScript 100.0%