export { default as isBrowserEnvironment } from './isBrowserEnvironment'; export { default as isLowEndDevice } from './isLowEndDevice'; export { default as parseResource } from './parseResource'; export { default as roundToDecimals } from './roundToDecimals'; export { default as toKiloBytes } from './toKiloBytes';