UNPKG

@nodesecure/scanner

Version:

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

3 lines 182 B
import type { Dependency } from "../types.ts"; export declare function fetchNpmAvatars(metadata: Dependency["metadata"]): Promise<void>; //# sourceMappingURL=fetchNpmAvatars.d.ts.map