UNPKG

181 BTypeScriptView Raw
1/**
2 * Returns true if and only if the user is on a iOS device.
3 * Used to determine whether iOS-specific behavior should be applied.
4 */
5export declare const isIOS: () => boolean;