export { getDataType } from './getDataType'; export { isArray } from './isArray'; export { isDate } from './isDate'; export { isEmptyObject } from './isEmptyObject'; export { isEndWithDotNum } from './isEndWithDotNum'; export { isFunction } from './isFunction'; export { isNull } from './isNull'; export { isNumber } from './isNumber'; export { isObject } from './isObject'; export { isScientificNotation } from './isScientificNotation'; export { isString } from './isString'; export { isUndefined } from './isUndefined';