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