MCPcopy Create free account
hub / github.com/LuisMPS/build-ui / isFunction

Function isFunction

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

Source from the content-addressed store, hash-verified

1export function isFunction(obj) {
2 return typeof obj === 'function';
3}
4
5// export function combine(...fns) {
6// return function(...args) {

Callers 2

deepMergeFunction · 0.90
combineStylesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected