Files
dd0c-site/node_modules/astro/dist/assets/utils/queryParams.d.ts

3 lines
183 B
TypeScript
Raw Normal View History

2026-03-22 20:00:13 +00:00
import type { ImageMetadata } from '../types.js';
export declare function getOrigQueryParams(params: URLSearchParams): Pick<ImageMetadata, 'width' | 'height' | 'format'> | undefined;