UNPKG

snyk

Version:

snyk library and cli utility

9 lines (8 loc) 366 B
import { DepTree } from '../../types'; import { ContainerTarget } from '../types'; import { ScannedProject } from '@snyk/cli-interface/legacy/common'; export declare function getInfo({ isFromContainer, scannedProject, packageInfo, }: { isFromContainer: boolean; scannedProject: ScannedProject; packageInfo?: DepTree; }): Promise<ContainerTarget | null>;