UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

4 lines 218 B
import type { UploadedFile } from 'express-fileupload'; import type { ProbedImageSize } from './types'; export default function (file: UploadedFile): Promise<ProbedImageSize>; //# sourceMappingURL=getImageSize.d.ts.map