MCPcopy
hub / github.com/autoNumeric/autoNumeric / isFunction

Method isFunction

src/AutoNumericHelper.js:196–198  ·  view source on GitHub ↗

* Return `true` if the parameter is a function. * * @param {function} func * @returns {boolean}

(func)

Source from the content-addressed store, hash-verified

194 * @returns {boolean}
195 */
196 static isFunction(func) {
197 return typeof func === 'function';
198 }
199
200 /**
201 * Return `true` is the string `str` contains the string `needle`

Callers 13

_parseStyleRulesMethod · 0.80
_executeCallbackMethod · 0.80
getLocalizedMethod · 0.80
formSubmitFormattedMethod · 0.80
formSubmitLocalizedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected