@ntegral/nestjs-sendgrid
Version:
Provides an injectable lulu api client to provide features to the Lulu API
9 lines (8 loc) • 328 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const sendgrid_service_1 = require("../services/sendgrid.service");
function createSendGridClient(options) {
const client = new sendgrid_service_1.SendGridService(options);
return client;
}
exports.createSendGridClient = createSendGridClient;