UNPKG

snyk

Version:

snyk library and cli utility

17 lines (16 loc) 370 B
interface Config { PRUNE_DEPS_THRESHOLD: number; MAX_PATH_COUNT: number; API: string; api: string; disableSuggestions: string; org: string; ROOT: string; timeout: number; PROJECT_NAME: string; TOKEN: string; CODE_CLIENT_PROXY_URL: string; DISABLE_ANALYTICS: unknown; } declare const config: Config; export default config;