UNPKG

@antv/util

Version:

> AntV 底层依赖的工具库,不建议在自己业务中使用。

9 lines 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * @see https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore#_isfunction */ exports.default = (function (value) { return typeof value === 'function'; }); //# sourceMappingURL=is-function.js.map