@ng-web-apis/platform
Version:
A basic library for web apis
8 lines (7 loc) • 300 B
TypeScript
/**
* Unified mobile detection regex. Tables are NOT mobile intentionally
* https://stackoverflow.com/a/11381730/2706426 http://detectmobilebrowsers.com/
*/
export declare const WA_MOBILE_REGEXP: RegExp;
export declare const WA_SAFARI_REG_EXP: RegExp;
export declare const WA_IOS_REG_EXP: RegExp;