import { getUserOS } from './getUserOS'; import { isIosDevice } from './isIosDevice'; export { getUserOS, isIosDevice };