UNPKG

@nodesecure/scanner

Version:

A package API to run a static analysis of your module's dependencies.

9 lines 368 B
import type Config from "@npmcli/config"; import { type TokenStore } from "../types.ts"; export declare class RegistryTokenStore implements TokenStore { #private; constructor(config: Config | undefined, tokenFromEnv: string | undefined); get(registry: string): string | undefined; private getTokenKey; } //# sourceMappingURL=RegistryTokenStore.d.ts.map