UNPKG

@ntegral/nestjs-sendgrid

Version:

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

7 lines (5 loc) 167 B
import { Inject } from '@nestjs/common'; import { SENDGRID_TOKEN } from './sendgrid.constants'; export function InjectSendGrid() { return Inject(SENDGRID_TOKEN); }