MCPcopy
hub / github.com/dvajs/dva / isFunction

Function isFunction

packages/dva-core/src/utils.js:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export isPlainObject from 'is-plain-object';
2export const isArray = Array.isArray.bind(Array);
3export const isFunction = o => typeof o === 'function';
4export const returnSelf = m => m;
5// avoid es6 array.prototype.findIndex polyfill
6export const noop = () => {};

Callers 6

routerFunction · 0.90
checkModelFunction · 0.90
isAllFunctionFunction · 0.90
runFunction · 0.90
routerFunction · 0.90
routerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…