UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

4 lines 244 B
import type { PayloadRequest } from '../types/index.js'; import type { ProbedImageSize } from './types.js'; export declare function getImageSize(file: PayloadRequest['file']): Promise<ProbedImageSize>; //# sourceMappingURL=getImageSize.d.ts.map