UNPKG

@sap/generator-cap-project

Version:

Creates a new SAP Cloud Application Programming Model project.

4 lines (3 loc) 221 B
import type { Flag } from '../flags/flags.helpers'; import type { Vulnerability } from './vulnerability.types'; export declare function detectVulnerableFlags(task: null | string, flags: Flag[]): Generator<Vulnerability>;