1
0
mirror of https://github.com/eleith/emailjs.git synced 2024-07-05 20:10:37 +00:00

strengthen SMTP#_state type

This commit is contained in:
Zack Schuster 2018-07-12 09:49:42 -07:00
parent 082c99ffa3
commit cf3833b48d

View File

@ -133,7 +133,7 @@ class SMTP extends EventEmitter {
/**
* @private
* @type {number}
* @type {0 | 1 | 2}
*/
this._state = SMTPState.NOTCONNECTED;