astro
Version:
Astro is a modern site builder with web best practices, performance, and DX front-of-mind.
9 lines (8 loc) • 403 B
TypeScript
import type { DataCollector, FontTypeExtractor, Hasher, UrlProxy, UrlProxyContentResolver } from '../definitions.js';
export declare function createUrlProxy({ base, contentResolver, hasher, dataCollector, fontTypeExtractor, }: {
base: string;
contentResolver: UrlProxyContentResolver;
hasher: Hasher;
dataCollector: DataCollector;
fontTypeExtractor: FontTypeExtractor;
}): UrlProxy;