// Type definitions for ngCordova AppAvailability plugin // Project: https://github.com/driftyco/ng-cordova // Definitions by: Kapil Sachdeva // Definitions: https://github.com/ksachdeva/DefinitelyTyped /// declare module ngCordova { export interface IAppAvailabilityService { check(urlScheme: string): ng.IPromise; } }