UNPKG

@nodesecure/scanner

Version:

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

3 lines 210 B
import type { Dependency } from "../types.js"; export declare function addMissingVersionFlags(flags: Set<string>, dep: Dependency): IterableIterator<string>; //# sourceMappingURL=addMissingVersionFlags.d.ts.map