UNPKG

nice-ui

Version:

React design system, components, and utilities

30 lines (29 loc) 573 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cdns = void 0; exports.cdns = new Map([ [ 'jsdelivr', { id: 'jsdelivr', name: 'jsDelivr', npm: 'https://cdn.jsdelivr.net/npm/', }, ], [ 'unpkg', { id: 'unpkg', name: 'UNPKG', npm: 'https://unpkg.com/', }, ], [ 'esmsh', { id: 'esmsh', name: 'ESM.sh', npm: 'https://esm.sh/', }, ], ]);