UNPKG

@webfaas/webfaas-plugin-packageregistry-npm

Version:
8 lines (7 loc) 253 B
import { ClientHTTPConfig } from "@webfaas/webfaas-core"; export declare class PackageRegistryConfig { url: string; token: string; httpConfig: ClientHTTPConfig; constructor(url?: string, httpConfig?: ClientHTTPConfig, token?: string); }