astro-ghostcms/.pnpm-store/v3/files/cc/aa0f85c321d3df245d177ad3c0f...

3 lines
183 B
Plaintext

import type { ImageMetadata } from '../types.js';
export declare function getOrigQueryParams(params: URLSearchParams): Pick<ImageMetadata, 'width' | 'height' | 'format'> | undefined;