MCPcopy
hub / github.com/deepch/RTSPtoWebRTC / isFunction

Function isFunction

web/static/js/bootstrap.bundle.js:1586–1589  ·  view source on GitHub ↗

* Check if the given variable is a function * @method * @memberof Popper.Utils * @argument {Any} functionToCheck - variable to check * @returns {Boolean} answer to: is a function?

(functionToCheck)

Source from the content-addressed store, hash-verified

1584 * @returns {Boolean} answer to: is a function?
1585 */
1586 function isFunction(functionToCheck) {
1587 var getType = {};
1588 return functionToCheck && getType.toString.call(functionToCheck) === '[object Function]';
1589 }
1590
1591 /**
1592 * Get CSS computed property of the given element

Callers 2

runModifiersFunction · 0.85
PopperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected