@hadss/hmrouter-plugin
Version:
HMRouter Compiler Plugin
10 lines (9 loc) • 339 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class VersionConstants {
}
exports.default = VersionConstants;
VersionConstants.HMROUTER_ORGANIZATION = '@hadss';
VersionConstants.HMROUTER_LIB_NAME = 'hmrouter';
VersionConstants.HMROUTER_VERSION_KEY = 'version';
VersionConstants.HMROUTER_VERSION_V1 = '1.0.0';