UNPKG

snowpack

Version:

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

4 lines (3 loc) 206 B
import { PackageSource, SnowpackConfig } from '../types'; export declare function clearCache(): Promise<[void, void, void]>; export declare function getPackageSource(config: SnowpackConfig): PackageSource;