jszip
jszip copied to clipboard
Typescript definitions: Fix JSZip.folder does not return null
#669 added null to the return type according to the documentation in the typedefs, but the documentation in the typedefs is wrong about JSZip.folder returning null. JSZip.folder does not return null.
This fixes the documentation in the typedefs and the type to match the documented and observable behavior.
ping @Stuk , I just found this issue today as well :) could this be merged please?