You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#549 changed the imported Stream/Writable (and added Buffer) to interface declarations. Now I get a type mismatch because it's expecting an exceljs Buffer as opposed to a Buffer. How do I work around this issue without removing the Buffer interface from the type definition?