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

Function _isFunction

esm/ScrollTrigger.js:128–130  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

126 return typeof value === "string";
127},
128 _isFunction = function _isFunction(value) {
129 return typeof value === "function";
130},
131 _isNumber = function _isNumber(value) {
132 return typeof value === "number";
133},

Callers 6

_recordScrollPositionsFunction · 0.70
_clearScrollMemoryFunction · 0.70
_refreshAllFunction · 0.70
_parsePositionFunction · 0.70
ScrollTrigger.jsFile · 0.70
_getScrollNormalizerFunction · 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…