Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
auto-bind
Automatically bind methods to their class instance
fast-bind
the fastest version of Function#bind I could make
call-bound
Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.
function-bind
Implementation of Function.prototype.bind
call-bind
Robustly `.call.bind()` a function
sbo
Support the Bind Operator
ap
Currying in javascript. Like .bind() without also setting `this`.
react-auto-bind
Auto bind methods to their class instance excluding React Lifecycle Methods
bind-methods
Bind all methods in an object to itself or a specified context
class-bind
bind-on-access for class methods, using decorators or a simple function
memoize-bind
Memoized function binding
auto-bind-es5
Automatically bind methods to their class instance (es5)
simple-bind-x
Creates a new function with a bound sequence of arguments. Compliant to 8 arguments.
bind.for
A lazy Function.prototype.for(context) bind helper
auto-bind-proxy
Get a proxy that automatically binds methods to their instance
bind-context
Bind context to a function and preserves her name. Can be used to change name of a function. The toString also works correctly.
bind-right
Bind function arguments from the right
bind-object
Bind all methods in an object
memoized-bind
Minimal memoized bind function for React
bind-args
Create a new function which does not bind `this` but arguments. Useful to only prepend arguments, but still use original `this`.