UNPKG

251 BTypeScriptView Raw
1import { PackageSource } from '../types';
2declare const _default: PackageSource;
3/**
4 * Local Package Source: A generic interface through which Snowpack
5 * interacts with esinstall and your locally installed dependencies.
6 */
7export default _default;