guigrpa / docx-templates

Template-based docx report creation
MIT License
882 stars 145 forks source link

Re-evaluate need for Buffer polyfill #345

Closed jjhbw closed 8 months ago

jjhbw commented 8 months ago

Typing every use of Buffer as ArrayBuffer should work fine.

Polyfills for Stream (for Sax) etc. are probably still required...