forwardemail / email-templates

Create, preview (browser/iOS Simulator), and send custom email templates for Node.js. Made for @forwardemail, @ladjs, @cabinjs, @spamscanner, and @breejs.
https://forwardemail.net/docs/send-emails-with-node-js-javascript
MIT License
3.64k stars 339 forks source link

TypeScript out of date? #416

Closed andrewmartin closed 3 years ago

andrewmartin commented 3 years ago

Is it me, or are your types incorrect? I'm using an (older) version of @types/email-templates, but not that old, and I can't find one up to date.

Main issue I'm seeing is that the third argument on Email.renderAll is not provided, which adds to a ton of confusion when consuming it.

niftylettuce commented 3 years ago

I don't maintain the types and don't support TypeScript, that must be maintained by someone else