MCPcopy
hub / github.com/teivah/100-go-mistakes / isFunction

Function isFunction

site/assets/javascripts/lunr/wordcut.js:1548–1550  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

1546};
1547
1548function isFunction(arg) {
1549 return typeof arg === 'function';
1550}
1551
1552function isNumber(arg) {
1553 return typeof arg === 'number';

Callers 2

wordcut.jsFile · 0.85
formatValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected