kjelsrud.dev/node_modules/astro/dist/assets/utils/emitAsset.d.ts

3 lines
186 B
TypeScript
Raw Normal View History

2023-07-19 21:31:30 +02:00
import type { ImageMetadata } from '../types.js';
export declare function emitESMImage(id: string | undefined, watchMode: boolean, fileEmitter: any): Promise<ImageMetadata | undefined>;