UNPKG

@chevre/domain

Version:

Chevre Domain Library for Node.js

5 lines (4 loc) 254 B
import { notifyByEmail } from './notification/notifyByEmail'; import { sendEmailMessage } from './notification/sendEmailMessage'; import { triggerWebhook } from './notification/triggerWebhook'; export { notifyByEmail, sendEmailMessage, triggerWebhook };