UNPKG

@ntegral/nestjs-sendgrid-client

Version:

Provides an injectable SendGrid Client for the SendGrid v3 Web API

10 lines (9 loc) 360 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createSendGridClient = void 0; const sendgrid_client_1 = require("@ntegral/sendgrid-client"); function createSendGridClient(options) { const client = new sendgrid_client_1.SendGridClient(options); return client; } exports.createSendGridClient = createSendGridClient;