MCPcopy
hub / github.com/scutan90/DeepLearning-500-questions / isFn

Function isFn

docsify.js:59–61  ·  view source on GitHub ↗

* Check if value is function

(obj)

Source from the content-addressed store, hash-verified

57 * Check if value is function
58 */
59 function isFn(obj) {
60 return typeof obj === 'function'
61 }
62
63 function config () {
64 var config = merge(

Callers 4

onFunction · 0.85
offFunction · 0.85
CompilerFunction · 0.85
initPluginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected