export * from './isArray'; export * from './isBoolean'; export * from './isDef'; export * from './isFunction'; export * from './isNumber'; export * from './isObj'; export * from './isObject'; export * from './isString'; export * from './isType';