UNPKG

snowpack

Version:

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

9 lines (8 loc) 315 B
import { PackageSource } from '../types'; export declare function getLinkedUrl(builtUrl: string): string; declare const _default: PackageSource; /** * Local Package Source: A generic interface through which Snowpack * interacts with esinstall and your locally installed dependencies. */ export default _default;