UNPKG

echarts-for-react

Version:
8 lines 241 B
"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