MCPcopy Create free account
hub / github.com/curran/screencasts / isNative

Function isNative

introToChiasm/examples/code/latest/main-build.js:9445–9453  ·  view source on GitHub ↗

* Checks if `value` is a native function. * * @static * @memberOf _ * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a native function, else `false`. * @example * * _.isNative(Array.prototype.push);

(value)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

getNativeFunction · 0.70

Calls 2

isFunctionFunction · 0.70
isObjectLikeFunction · 0.70

Tested by

no test coverage detected