MCPcopy Index your code
hub / github.com/csev/py4e / isFunction

Function isFunction

code/gmane/Chart.bundle.js:2122–2126  ·  view source on GitHub ↗
(sth)

Source from the content-addressed store, hash-verified

2120 var regexes = {};
2121
2122 function isFunction (sth) {
2123 // https://github.com/moment/moment/issues/2325
2124 return typeof sth === 'function' &&
2125 Object.prototype.toString.call(sth) === '[object Function]';
2126 }
2127
2128
2129 function addRegexToken (token, regex, strictRegex) {

Callers 1

addRegexTokenFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected