* Check if a variable is a string.
(variable)
| 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 | */ |
no outgoing calls
no test coverage detected
searching dependent graphs…