MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / isFunction

Function isFunction

code/styling/public/app.js:21263–21265  ·  view source on GitHub ↗
(test)

Source from the content-addressed store, hash-verified

21261}
21262
21263var isFunction = function isFunction(test) {
21264 return typeof test === 'function';
21265};
21266
21267/**
21268 * Provide a theme to an entire react component tree via context and event listeners (have to do

Callers 1

app.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected