@hadss/hmrouter-plugin
Version:
HMRouter Compiler Plugin
8 lines (7 loc) • 375 B
TypeScript
export default class TemplateConstants {
static readonly CUSTOM_BUILDER_TEMPLATE = "template/customBuilder.ejs";
static readonly VIEW_BUILDER_TEMPLATE = "template/viewBuilder.ejs";
static readonly V1_TEMPLATE = "template/viewBuilder_v1.ejs";
static readonly V1_1_TEMPLATE = "template/viewBuilder_v1_1.ejs";
static readonly WARP_BUILDER = "WrapBuilder";
}