MCPcopy 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

rootFunction · 0.70
UrlFunction · 0.70
bodyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected