export { IS_ANDROID, IS_FIREFOX, IS_EDGE, IS_CHROME, IS_SAFARI, IS_IE, IE_VERSION } from './browser'; export { getStandardTimer, formatter } from './format'; export { throwError, toArray, typeCollection } from './utils'; export { isEl, isTextNode, createElement } from './elem';