UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

9 lines (8 loc) 182 B
export type RemoteCacheEntry = { data: string; expires: number; }; export declare function loadRemoteImage(src: string): Promise<{ data: Buffer; expires: number; }>;