MCPcopy
hub / github.com/docsifyjs/docsify / isFn

Function isFn

src/core/util/core.js:66–68  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

64 * @returns {Boolean} True if the passed-in value is a function
65 */
66export function isFn(obj) {
67 return typeof obj === 'function';
68}
69
70/**
71 * Check if url is external

Callers 4

initPluginMethod · 0.90
constructorMethod · 0.90
onFunction · 0.90
offFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…