UNPKG

@mediarithmics/plugins-nodejs-sdk

Version:

This is the mediarithmics nodejs to help plugin developers bootstrapping their plugin without having to deal with most of the plugin boilerplate

11 lines 498 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EmailRendererTemplatePlugin = void 0; const EmailRendererBasePlugin_1 = require("../base/EmailRendererBasePlugin"); class EmailRendererTemplatePlugin extends EmailRendererBasePlugin_1.EmailRendererPlugin { constructor(enableThrottling = false) { super(enableThrottling); } } exports.EmailRendererTemplatePlugin = EmailRendererTemplatePlugin; //# sourceMappingURL=EmailRendererTemplatePlugin.js.map