Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/SandDance
/ isString
Function
isString
docs/tests/v2/es6/js/sanddance.js:8153–8155 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
8151
exports.isNumber = isNumber;
8152
8153
function
isString(arg) {
8154
return
typeof arg ===
'string'
;
8155
}
8156
8157
exports.isString = isString;
8158
Callers
3
sanddance.js
File · 0.70
formatValue
Function · 0.70
formatPrimitive
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected