UNPKG

ionic-framework

Version:

The ionic-framework package comes with both Javascript and Sass frontend dependencies, located in the root of the package, and a Node API, located in `tooling/`.

7 lines (6 loc) 182 B
export declare class FeatureDetect { private _results; run(window: any, document: any): void; has(featureName: any): boolean; static add(name: any, fn: any): void; }