UNPKG

d2-ui

Version:
11 lines (9 loc) 245 B
import isFunction from 'lodash.isfunction'; /** * Check if the value is a Function * * @name isFunction * @param {*} param Value to be checked * @returns {boolean} Returns true when the `param` is a Function */ export default isFunction;