MCPcopy Index your code
hub / github.com/microsoft/SandDance / isFunction

Function isFunction

docs/app/js/sanddance-app.js:55276–55278  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

55274 return typeof x === "boolean";
55275};
55276var isFunction = function isFunction(x) {
55277 return typeof x === "function";
55278};
55279var isObject = function isObject(x) {
55280 return x !== null && (0, _typeofDefault.default)(x) === "object";
55281};

Callers 9

isPromiseFunction · 0.70
isIteratorFunction · 0.70
isWritableDOMStreamFunction · 0.70
isReadableDOMStreamFunction · 0.70
isWritableNodeStreamFunction · 0.70
isReadableNodeStreamFunction · 0.70
compareFunction · 0.70
constantFunction · 0.70
isIterableFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected