"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isFunction = void 0; function isFunction(v) { return typeof v === 'function'; } exports.isFunction = isFunction; //# sourceMappingURL=is-function.js.map