MCPcopy
hub / github.com/xotahal/react-native-material-ui / isFunction

Function isFunction

src/utils/isFunction.js:1–3  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

1export default function isFunction(obj) {
2 return !!(obj && obj.constructor && obj.call && obj.apply);
3}

Callers 3

isFunction.test.jsFile · 0.85
RightElementClass · 0.85
Toolbar.react.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected