3 lines
169 B
TypeScript
3 lines
169 B
TypeScript
import type { ImageMetadata } from '../types.js';
|
|
export declare function imageMetadata(data: Uint8Array, src?: string): Promise<Omit<ImageMetadata, 'src' | 'fsPath'>>;
|