export {
  assignDefaults,
  capitalize,
  escapeRegExp,
  isEmpty,
  isPlainObject,
  mergeDeep,
  truncateString,
  upperFirst,
} from './lang';
export {memoize} from './memoize';
export {
  isIos17OrNewer,
  isIos17OrNewerPlatform,
  isIos18OrNewer,
  isIos18OrNewerPlatform,
  isIos27OrNewer,
  isIos27OrNewerPlatform,
  isTvOs,
  normalizePlatformName,
  normalizePlatformVersion,
} from './platform';
export type {PlatformVersionOpts} from './platform';
