MCPcopy
hub / github.com/julianshapiro/velocity / isString

Function isString

velocity.js:95–97  ·  view source on GitHub ↗

* Check if a variable is a string.

(variable)

Source from the content-addressed store, hash-verified

93 * Check if a variable is a string.
94 */
95 function isString(variable) {
96 return typeof variable === "string";
97 }
98 /**
99 * Check if a variable is the result of calling Velocity.
100 */

Callers 15

isWrappedFunction · 0.70
registerActionFunction · 0.70
registerEasingFunction · 0.70
parseDurationFunction · 0.70
validateEasingFunction · 0.70
validateQueueFunction · 0.70
DataFunction · 0.70
queue$1Function · 0.70
dequeueFunction · 0.70
registerNormalizationFunction · 0.70
hasNormalizationFunction · 0.70
expandPropertiesFunction · 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…