Files
Tiber365/node_modules/astro/dist/assets/utils/queryParams.d.ts

3 lines
183 B
TypeScript

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