UNPKG

tdesign-react

Version:
17 lines (12 loc) 287 B
/** * tdesign v1.11.6 * (c) 2025 tdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function isCallable(target) { return typeof target === "function"; } exports["default"] = isCallable; //# sourceMappingURL=isCallable.js.map