MCPcopy Create free account
hub / github.com/keepfool/vue-tutorials / isFunction

Function isFunction

06.Router/basic/js/vue-resource.js:296–298  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

294 }
295
296 function isFunction(val) {
297 return typeof val === 'function';
298 }
299
300 function isObject(obj) {
301 return obj !== null && typeof obj === 'object';

Callers 5

optionsFunction · 0.70
vue-resource.jsFile · 0.70
beforeFunction · 0.70
execFunction · 0.70
nextFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected