UNPKG
nativescript-store-update
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Keep your {N} App updated.
github.com/chronogolf/nativescript-store-update
nativescript-store-update
/
constants
/
google-play.d.ts
10 lines
(9 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
const
GooglePlayConstants
: {
PLAY_STORE_PACKAGE_NOT_PUBLISHED_IDENTIFIER
:
string
;
PLAY_STORE_ROOT_WEB
:
string
;
REGEX
: {
DATE
:
RegExp
;
OS
:
RegExp
;
VERSION
:
RegExp
; }; };