@lwrjs/base-template-engine
Advanced tools
Comparing version 0.0.2-alpha10 to 0.0.2-alpha11
@@ -1,6 +0,6 @@ | ||
import { LwrGlobalConfig } from '@lwrjs/types'; | ||
import { NormalizedLwrGlobalConfig } from '@lwrjs/types'; | ||
import express from 'express'; | ||
import { templateEngine } from './engine/index'; | ||
export declare function registerEngine(app: express.Application, config: LwrGlobalConfig): void; | ||
export declare function registerEngine(app: express.Application, config: NormalizedLwrGlobalConfig): void; | ||
export { templateEngine as render }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "0.0.2-alpha10", | ||
"version": "0.0.2-alpha11", | ||
"homepage": "https://lwr.dev/", | ||
@@ -27,3 +27,3 @@ "repository": { | ||
}, | ||
"gitHead": "cb54d75e833b0ecb269a74ae40da0337a18846c1" | ||
"gitHead": "3d6a69e6e61a5614b77dcb6e016cc2cd24fa079b" | ||
} |
6120