<!-- IF YOU DO NOT FILL OUT THE FOLLOWING FORM YOUR ISSUE WILL AUTOMATICALLY BE CLOSED!!! --> # Expected Behavior `Jimp.fromBitmap()` to return a correct type, so that ts knows which functions are available <!-- Please describe the behavior you are expecting --> # Current Behavior It returns `any`, docs even say this: https://jimp-dev.github.io/jimp/api/jimp/classes/jimp/#frombitmap <!-- What is the current behavior? -->
Expected Behavior
Jimp.fromBitmap()to return a correct type, so that ts knows which functions are availableCurrent Behavior
It returns
any, docs even say this: https://jimp-dev.github.io/jimp/api/jimp/classes/jimp/#frombitmap