Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/glidejs/glide
/ isString
Function
isString
src/utils/unit.js:29–31 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
27
* @
return
{Boolean}
28
*/
29
export
function
isString (value) {
30
return
typeof value ===
'string'
31
}
32
33
/**
34
* Indicates whether the specified value is an object.
Callers
4
set
Function · 0.90
on
Method · 0.90
off
Method · 0.90
unit.test.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected