MCPcopy
hub / github.com/livebud/bud / isFunction

Function isFunction

framework/view/ssr/svelte.js:75–77  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

73 return typeof value == "number" || toString.call(value) == "[object Number]";
74 };
75 var isFunction = (value) => {
76 return typeof value == "function";
77 };
78 var isMap = (value) => {
79 return toString.call(value) == "[object Map]";
80 };

Callers 1

jsesc2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected