UNPKG

@sap/generator-cap-project

Version:

Creates a new SAP Cloud Application Programming Model project.

6 lines (5 loc) 268 B
/** * Retrieves just the vulnerabilities identified in the supplied varargs tokens * and environment variables. */ export declare function vulnerabilityCheck(tokens: readonly string[], env: Record<string, unknown>): import("./vulnerability.types").Vulnerability[];