UNPKG

318 BTypeScriptView Raw
1import { PackageSource } from '../types/snowpack';
2declare const _default: PackageSource;
3/**
4 * Skypack Package Source: A generic interface through which
5 * Snowpack interacts with the Skypack CDN. Used to load dependencies
6 * from the CDN during both development and optimized building.
7 */
8export default _default;