UNPKG

package-proxy

Version:
6 lines (5 loc) 217 B
/** @format */ import { DefaultSettings } from "./types"; export declare const DEFAULT_SETTINGS: DefaultSettings; export declare const DEFAULT_CONFIG_PATH = "./pproxy.json"; export declare const PACKAGE_DESC: string;