MCPcopy Index your code
hub / github.com/docker/getting-started / isFunction

Function isFunction

app/src/static/js/react-bootstrap.js:3064–3067  ·  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

3062 */
3063
3064function isFunction(functionToCheck) {
3065 var getType = {};
3066 return functionToCheck && getType.toString.call(functionToCheck) === '[object Function]';
3067}
3068/**
3069 * Get CSS computed property of the given element
3070 * @method

Callers 2

runModifiersFunction · 0.85
PopperFunction · 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…