atomicpages / gulp-download2

A better download utility for gulp
MIT License
6 stars 3 forks source link

Update type definition for default export. #11

Open prodaea opened 2 years ago

prodaea commented 2 years ago

It seems like this is causing gulpfile.ts to fail because the expected return type is void which causes build errors and prevents piping etc. Also adds option to include the url/file object option in main.

atomicpages commented 2 years ago

👋 thanks for the contrib. Does this work with gulp 3 and 4?

prodaea commented 2 years ago

Only tested this on "gulp": "^4.0.2",