/** * CDN Constants - Zero dependencies * * Shared constants for CDN hosts. Kept separate to avoid * dependency chains when only the constants are needed. */ export declare const ESM_HOST = "https://esm.sh"; export declare const JSDELIVR_BASE = "https://cdn.jsdelivr.net/npm/"; export declare const JSDELIVR_META = "https://data.jsdelivr.com/v1/package/npm/"; //# sourceMappingURL=cdnConstants.d.ts.map