MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / isFunction

Function isFunction

lib/web/jshint.js:690–692  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

688};
689
690function isFunction(arg) {
691 return typeof arg === 'function';
692}
693
694function isNumber(arg) {
695 return typeof arg === 'number';

Callers 7

jshint.jsFile · 0.70
formatValueFunction · 0.70
baseFunctionsFunction · 0.70
isEmptyFunction · 0.70
resultFunction · 0.70
transformFunction · 0.70
mixinFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected