UNPKG

@ntegral/nestjs-sendgrid-client

Version:

Provides an injectable SendGrid Client for the SendGrid v3 Web API

7 lines (5 loc) 191 B
import { Inject } from '@nestjs/common'; import { SENDGRIDCLIENT_TOKEN } from './sendgridclient.constants'; export function InjectSendGridClient() { return Inject(SENDGRIDCLIENT_TOKEN); }