MCPcopy
hub / github.com/Semantic-Org/Semantic-UI / isFunction

Function isFunction

test/helpers/sinon.js:654–656  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

652 }
653
654 function isFunction(obj) {
655 return typeof obj === "function" || !!(obj && obj.constructor && obj.call && obj.apply);
656 }
657
658 function isReallyNaN(val) {
659 return typeof val === 'number' && isNaN(val);

Callers 1

sinon.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…