1
0
mirror of https://github.com/eleith/emailjs.git synced 2024-07-03 11:38:50 +00:00
emailjs/email.ts
2020-04-22 19:41:53 -07:00

8 lines
260 B
TypeScript

import * as server from './smtp/client.js';
import * as message from './smtp/message.js';
import * as date from './smtp/date.js';
import * as SMTP from './smtp/smtp.js';
import * as error from './smtp/error.js';
export { server, message, date, SMTP, error };