UNPKG

nestjs-slack-webhook

Version:
7 lines (5 loc) 154 B
import { Inject } from "@nestjs/common"; import { SLACK_TOKEN } from "./slackConstants"; export function InjectSlack() { return Inject(SLACK_TOKEN); }