d2-ui
Version:
21 lines (16 loc) • 519 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _lodash = require('lodash.isfunction');
var _lodash2 = _interopRequireDefault(_lodash);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
/**
* 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
*/
exports.default = _lodash2.default;
//# sourceMappingURL=isFunction.js.map