import { github } from './github' import { jsDelivr } from './jsdelivr' export const altCdn = github export const allCdns = { github, jsDelivr, }