UNPKG

@emailjs/browser

Version:

Official EmailJS SDK for browsers

7 lines (6 loc) 159 B
export class EmailJSResponseStatus { constructor(_status = 0, _text = 'Network Error') { this.status = _status; this.text = _text; } }