utilsdeviceisIOSOn this pageisIOS A function that checks whether the current device is an iOS device. Code 🔗 View source code Interface typescriptfunction isIOS(): boolean Usage typescriptimport { isIOS } from '@modern-kit/utils';if (isIOS()) { /* Run when the device is iOS */}