UNPKG

snyk-docker-plugin

Version:
3 lines (2 loc) 209 B
import { AppDepsScanResultWithoutTarget, FilePathToContent } from "./types"; export declare function phpFilesToScannedProjects(filePathToContent: FilePathToContent): Promise<AppDepsScanResultWithoutTarget[]>;