UNPKG

snowpack

Version:

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

4 lines (3 loc) 188 B
import { PackageSource } from '../types'; export declare function clearCache(): Promise<[void, void]>; export declare function getPackageSource(source: 'remote' | 'local'): PackageSource;