rokot-notification
Version:
Rokot - [Rocketmakers](http://www.rocketmakers.com/) TypeScript NodeJs Platform
8 lines (7 loc) • 414 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var plugin_1 = require("./sendgrid/plugin");
exports.sendgridInitializer = plugin_1.sendgridInitializer;
exports.SendgridTransporter = plugin_1.SendgridTransporter;
exports.SendgridNotificationTransport = plugin_1.SendgridNotificationTransport;
exports.SendgridNotificationDispatchHandler = plugin_1.SendgridNotificationDispatchHandler;