UNPKG
@explita/cloud-mail-client
Version:
latest (0.1.0)
0.1.0
0.0.1
A simple mail client for Node applications.
@explita/cloud-mail-client
/
dist
/
index.d.ts
3 lines
(2 loc)
•
99 B
TypeScript
View Raw
1
2
3
export
*
from
"./mailer"
;
export
type
{
SendMailOptions
,
SendMailResponse
,
Email
}
from
"./types"
;