UNPKG

@nutui/nutui-react

Version:

京东风格的轻量级移动端 React 组件库,支持一套代码生成 H5 和小程序

15 lines (14 loc) 351 B
// eslint-disable-next-line @typescript-eslint/ban-types "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "isFunction", { enumerable: true, get: function() { return isFunction; } }); var isFunction = function isFunction(val) { return typeof val === 'function'; };