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

Function _isFunction

esm/GSDevTools.js:41–43  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

39 return typeof value === "string";
40},
41 _isFunction = function _isFunction(value) {
42 return typeof value === "function";
43},
44 _isObject = function _isObject(value) {
45 return typeof value === "object";
46},

Callers 1

_mergeFunction · 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…