MCPcopy Create free account
hub / github.com/OpenWebCAD/node-occ / isFunction

Function isFunction

lib/fastbuilder.js:253–257  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

251}
252
253function isFunction(a) {
254
255 return typeof a === "function";
256
257}
258
259const cache = new Cache();
260

Callers 2

replaceObjectMethodMethod · 0.85
replaceFuncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected