jrainlau opened this issue 3 years ago · 0 comments
Inside the index.d.ts, one property of interface File is filename:
index.d.ts
interface File
filename
While inside the index.js, there are fileName, which would occur errors in typescript.
index.js
fileName
I've make a PR to fix this: 157