UNPKG

@ntegral/nestjs-sendgrid

Version:

Provides an injectable lulu api client to provide features to the Lulu API

9 lines (8 loc) 319 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const common_1 = require("@nestjs/common"); const sendgrid_constants_1 = require("./sendgrid.constants"); function InjectSendGrid() { return common_1.Inject(sendgrid_constants_1.SENDGRID_TOKEN); } exports.InjectSendGrid = InjectSendGrid;