UNPKG
@hadss/hmrouter-plugin
Version:
latest (1.2.4)
1.2.4
1.2.3
1.2.3-rc.2
1.2.3-rc.1
1.2.3-rc.0
1.2.2
1.2.1
1.2.0
1.2.0-rc.0
1.2.0-beta.3
1.2.0-beta.2
1.2.0-beta.0
1.1.1-alpha.0
1.1.0-beta.0
1.0.0-rc.11
1.0.0-rc.10
1.0.0-rc.9
1.0.0-rc.6
1.0.0-rc.5
1.0.0-rc.4
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
1.0.0-rc.0
HMRouter Compiler Plugin
gitcode.com/openharmony-sig/ohrouter
@hadss/hmrouter-plugin
/
dist
/
hmrouter_extension
/
constants
/
VersionConstants.d.ts
7 lines
(6 loc)
•
253 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
default
class
VersionConstants {
static
readonly
HMROUTER_ORGANIZATION =
"@hadss"
;
static
readonly
HMROUTER_LIB_NAME =
"hmrouter"
;
static
readonly
HMROUTER_VERSION_KEY =
"version"
;
static
readonly
HMROUTER_VERSION_V1 =
"1.0.0"
; }