MCPcopy Create free account
hub / github.com/feiyu563/PrometheusAlert / isFunction

Function isFunction

static/plugins/chart.js/Chart.bundle.js:15050–15052  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

15048 hooks.deprecationHandler = null;
15049
15050 function isFunction(input) {
15051 return input instanceof Function || Object.prototype.toString.call(input) === '[object Function]';
15052 }
15053
15054 function set (config) {
15055 var prop, i;

Callers 10

setFunction · 0.70
calendarFunction · 0.70
relativeTimeFunction · 0.70
pastFutureFunction · 0.70
makeFormatFunctionFunction · 0.70
addRegexTokenFunction · 0.70
stringGetFunction · 0.70
stringSetFunction · 0.70
calendar$1Function · 0.70
toISOStringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected