Skip to main content

isAOS

A function that checks whether the current device is an AOS (Android) device.


Code

🔗 View source code


Interface

typescript
function isAOS(): boolean

Usage

typescript
import { isAOS } from '@modern-kit/utils';

if (isAOS()) {
/* Run when the device is AOS */
}