mirror of
https://github.com/sern-handler/website
synced 2026-06-26 01:32:26 +00:00
3 lines
136 B
TypeScript
3 lines
136 B
TypeScript
import type { ImageMetadata } from '../types.js';
|
|
export declare function getProxyCode(options: ImageMetadata, isSSR: boolean): string;
|