is-callable
Version:
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
11 lines (8 loc) • 126 B
Plain Text
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.