is-callable icon indicating copy to clipboard operation
is-callable copied to clipboard

Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.

Results 3 is-callable issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/inspect-js/is-callable). > [!WARNING] These dependencies are deprecated: |...

Need new lines at the end of the README examples block: ```js assert.ok(isCallable(Function('')); assert.ok(isCallable(new Function); assert.ok(isCallable(new Function('')); assert.ok(isCallable(new Function([], '')); ```

See https://github.com/enzymejs/enzyme/issues/2439 - basically, in phantomjs, the Reflect.apply logic broke without 579179efde4cc5ee0c8288a416b4848380b7f174. To prevent this from happening again, we need to set up automated tests in phantomjs. I've gotten both...

help wanted