UNPKG

ionic-framework

Version:
6 lines (5 loc) 160 B
export declare class FeatureDetect { run(window: any, document: any): void; has(featureName: any): boolean; static add(name: any, fn: any): void; }