MCPcopy
hub / github.com/glidejs/glide / isFunction

Function isFunction

src/utils/unit.js:63–65  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

61 * @return {Boolean}
62 */
63export function isFunction (value) {
64 return typeof value === 'function'
65}
66
67/**
68 * Indicates whether the specified value is undefined.

Callers 3

mountFunction · 0.90
mutateFunction · 0.90
unit.test.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected