sindresorhus/electron-dl

Property defination are different between index.d.ts and index.js

jrainlau opened this issue · 0 comments

Inside the index.d.ts, one property of interface File is filename:

image

While inside the index.js, there are fileName, which would occur errors in typescript.

image

I've make a PR to fix this:
157