MCPcopy Index your code
hub / github.com/shipshapecode/tether / isFunction

Function isFunction

src/js/utils/type-check.js:5–7  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

3 * @param {*} value The param to check if it is a function
4 */
5export function isFunction(value) {
6 return typeof value === 'function';
7}
8
9/**
10 * Checks if `value` is classified as a `Number` object.

Callers 1

positionFunction · 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…