import { isTypeWrap } from '../type-wrap' const isFunction = isTypeWrap('Function') export { isFunction }