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

Function _isString

esm/utils/paths.js:23–25  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

21 _atan2 = Math.atan2,
22 _largeNum = 1e8,
23 _isString = function _isString(value) {
24 return typeof value === "string";
25},
26 _isNumber = function _isNumber(value) {
27 return typeof value === "number";
28},

Callers 1

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