UNPKG

snyk-docker-plugin

Version:
5 lines (4 loc) 305 B
import { ExtractAction, ExtractedLayers } from "../../../extractor/types"; export declare const getOpenJDKBinariesFileContentAction: ExtractAction; export declare const getNodeBinariesFileContentAction: ExtractAction; export declare function getBinariesHashes(extractedLayers: ExtractedLayers): string[];