UNPKG

snowpack

Version:

The ESM-powered frontend build tool. Fast, lightweight, unbundled.

9 lines (8 loc) 308 B
import { PackageSource } from '../types'; declare const _default: PackageSource; /** * Remote Package Source: A generic interface through which * Snowpack interacts with the Skypack CDN. Used to load dependencies * from the CDN during both development and optimized building. */ export default _default;