UNPKG

@hadss/hmrouter-plugin

Version:

HMRouter Compiler Plugin

7 lines (6 loc) 253 B
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"; }