@types/cordova-plugin-app-version
TypeScript icon, indicating that this package has built-in type declarations

0.1.38 • Public • Published

Installation

npm install --save @types/cordova-plugin-app-version

Summary

This package contains type definitions for cordova-plugin-app-version (https://github.com/whiteoctober/cordova-plugin-app-version).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cordova-plugin-app-version.

index.d.ts

interface Cordova {
    getAppVersion: {
        getAppName: () => Promise<string>;
        getPackageName: () => Promise<string>;
        getVersionCode: () => Promise<string>;
        getVersionNumber: () => Promise<string>;
    };
}

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by Markus Wagner.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/cordova-plugin-app-version

Weekly Downloads

997

Version

0.1.38

License

MIT

Unpacked Size

3.17 kB

Total Files

5

Last publish

Collaborators

  • types