UNPKG

nativescript-appinfo

Version:
7 lines (6 loc) 348 B
/// <reference path="node_modules/tns-platform-declarations/ios/ios.d.ts" /> export { PlatformDetails } from "./platform-details"; export { getPlatformDetails } from "./appinfo.common"; export declare function getAppId(): Promise<any>; export declare function getVersionName(): Promise<any>; export declare function getBuildNumber(): Promise<any>;