UNPKG

@emailjs/browser

Version:

Official EmailJS SDK for browsers

6 lines (5 loc) 203 B
export const validateForm = (form) => { if (!form || form.nodeName !== 'FORM') { throw 'The 3rd parameter is expected to be the HTML form element or the style selector of the form'; } };