MCPcopy
hub / github.com/greensock/GSAP / _isFunction

Function _isFunction

esm/gsap-core.js:42–44  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

40 return typeof value === "string";
41},
42 _isFunction = function _isFunction(value) {
43 return typeof value === "function";
44},
45 _isNumber = function _isNumber(value) {
46 return typeof value === "number";
47},

Callers 14

_isFuncOrStringFunction · 0.70
_harnessFunction · 0.70
_getPropertyFunction · 0.70
distributeFunction · 0.70
snapFunction · 0.70
_createPluginFunction · 0.70
_parseEaseFunction · 0.70
gsap-core.jsFile · 0.70
_resolveFunction · 0.70
_addPropTweenFunction · 0.70
_processVarsFunction · 0.70
_parseFuncOrStringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…