UNPKG

astro

Version:

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

5 lines (4 loc) 190 B
import type { UrlProxyContentResolver } from '../definitions.js'; export declare class RemoteUrlProxyContentResolver implements UrlProxyContentResolver { resolve(url: string): string; }