Ilian Ranguelov

Results 2 comments of Ilian Ranguelov

Can [confirm](https://arethetypeswrong.github.io/?p=exif-reader%402.0.1) the same. I found another workaround: ```typescript import exifRead from 'exif-reader'; // https://github.com/microsoft/TypeScript/issues/52086#issuecomment-1385978414 export const readExif = exifRead as unknown as typeof exifRead.default; ```