MCPcopy Index your code
hub / github.com/greensock/GSAP / _isString

Function _isString

esm/MotionPathHelper.js:25–27  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

23 //<name>MotionPathHelper</name>
24_selectorExp = /(^[#\.][a-z]|[a-y][a-z])/i,
25 _isString = function _isString(value) {
26 return typeof value === "string";
27},
28 _createElement = function _createElement(type, ns) {
29 var e = _doc.createElementNS ? _doc.createElementNS((ns || "http://www.w3.org/1999/xhtml").replace(/^https/, "http"), type) : _doc.createElement(type); //some servers swap in https for http in the namespace which can break things, making "style" inaccessible.
30

Callers 2

_parsePathFunction · 0.70
MotionPathHelperFunction · 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…