UNPKG

nestjs-mailable

Version:

A comprehensive NestJS mail package with design patterns for email handling, templating, and multi-provider support

10 lines 268 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TEMPLATE_ENGINE = void 0; exports.TEMPLATE_ENGINE = { HANDLEBARS: 'handlebars', EJS: 'ejs', PUG: 'pug', MJML: 'mjml', }; //# sourceMappingURL=template.constants.js.map