UNPKG

@txdfe/at

Version:

一个设计体系组件库

9 lines (8 loc) 183 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isFunction = isFunction; function isFunction(target) { return typeof target === 'function'; }