UNPKG

ahooks-v2

Version:
12 lines (9 loc) 208 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isFunction = void 0; function isFunction(obj) { return typeof obj === 'function'; } exports.isFunction = isFunction;