The value to check.
true whether the value is a function.
true
import { isFunction } from '@untemps/utils/function/isFunction'isFunction(() => {}) // trueisFunction(42) // false Copy
import { isFunction } from '@untemps/utils/function/isFunction'isFunction(() => {}) // trueisFunction(42) // false
The value to check.