jszip icon indicating copy to clipboard operation
jszip copied to clipboard

Typescript definitions: Fix JSZip.folder does not return null

Open JamiesWhiteShirt opened this issue 3 years ago • 1 comments

#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.

JamiesWhiteShirt avatar Aug 23 '22 15:08 JamiesWhiteShirt

ping @Stuk , I just found this issue today as well :) could this be merged please?

julienw avatar Jan 15 '23 16:01 julienw