UNPKG

mailex

Version:

Easy Mail Sender

6 lines (5 loc) 90 B
export interface mailobj { email: string; subject: string; content: string; }