UNPKG

@r1tsu/payload

Version:

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