Files
dd0c-site/node_modules/astro/dist/assets/utils/queryParams.d.ts
2026-03-22 20:00:13 +00:00

3 lines
183 B
TypeScript

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