max-mapper / extract-zip

Zip extraction written in pure JavaScript. Extracts a zip into a directory.
BSD 2-Clause "Simplified" License
388 stars 126 forks source link

Importing the library throws TypeError: The "original" argument must be of type Function #119

Open hristodraganov opened 3 years ago

hristodraganov commented 3 years ago

The library is unusable in ReactJS, since only the importing throws TypeError: The "original" argument must be of type Function.

emily-wheatcroft commented 2 years ago

I'm having the same issue when trying to use the library in a .js file in a Vue project