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

3 lines
183 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { ImageMetadata } from '../types.js';
export declare function getOrigQueryParams(params: URLSearchParams): Pick<ImageMetadata, 'width' | 'height' | 'format'> | undefined;