UNPKG

@snyk/java-call-graph-builder

Version:

Tool for building a call graph for JVM ecosystem (Maven, Gradle...)

7 lines (6 loc) 149 B
interface Config { CALL_GRAPH_GENERATOR_URL: string; CALL_GRAPH_GENERATOR_CHECKSUM: string; } declare const config: Config; export = config;