MCPcopy Index your code
hub / github.com/javascriptdata/danfojs / isFunction

Method isFunction

src/danfojs-base/shared/utils.ts:498–500  ·  view source on GitHub ↗

* Checks if a func is a function * @param func

(func: object)

Source from the content-addressed store, hash-verified

496 * @param func
497 */
498 isFunction(func: object): boolean {
499 return typeof func == "function";
500 }
501
502 /**
503 * Generates n random numbers between start and end.

Callers 2

mapMethod · 0.80
applyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected