Function — independent software & tools
-
auto-bind
Automatically bind methods to their class instance
-
generator-function
A function that returns the normally hidden `GeneratorFunction` constructor
-
is-callable
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
-
is-generator-fn
Check if something is a generator function
-
is-generator-function
Determine if a function is a native generator function.