UNPKG

nativescript-appinfo

Version:
6 lines (5 loc) 271 B
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>;