UNPKG

396 BTypeScriptView Raw
1import { Platform } from './platform';
2export declare function isCordova(plt: Platform): boolean;
3export declare function isElectron(plt: Platform): boolean;
4export declare function isIos(plt: Platform): boolean;
5export declare function isSafari(plt: Platform): boolean;
6export declare function isWKWebView(plt: Platform): boolean;
7export declare function isIosUIWebView(plt: Platform): boolean;