astro-ghostcms/.pnpm-store/v3/files/c7/0740819114c0e54bf3272ad7d8d...

3 lines
169 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { ImageMetadata } from '../types.js';
export declare function imageMetadata(data: Uint8Array, src?: string): Promise<Omit<ImageMetadata, 'src' | 'fsPath'>>;