Files
smartsmtp/ts/smartsmtp.plugins.ts
T

10 lines
184 B
TypeScript

// @push.rocks scope
import * as smartmail from '@push.rocks/smartmail';
export { smartmail };
// third party scope
import * as nodemailer from 'nodemailer';
export { nodemailer };