MCPcopy
hub / github.com/jsdoc/jsdoc / isFunction

Method isFunction

lib/jsdoc/util/dumper.js:53–55  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

51 }
52
53 isFunction(o) {
54 return (o && typeof o === 'function') || o instanceof Function;
55 }
56
57 isObject(o) {
58 return (o && o instanceof Object) ||

Callers 3

walkMethod · 0.95
makeSymbolFoundEventFunction · 0.80
astnode.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected