Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/keepfool/vue-tutorials
/ isString
Function
isString
06.Router/basic/js/vue-resource.js:288–290 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
286
var
isArray = Array.isArray;
287
288
function
isString(val) {
289
return
typeof val ===
'string'
;
290
}
291
292
function
isBoolean(val) {
293
return
val === true || val === false;
Callers
3
root
Function · 0.70
Url
Function · 0.70
body
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected