UNPKG

@jrc03c/js-math-tools

Version:
6 lines (4 loc) 85 B
function isFunction(fn) { return typeof fn === "function" } export { isFunction }