UNPKG

@snyk/cocoapods-lockfile-parser

Version:

Generate a Snyk dependency graph from a Podfile.lock file

5 lines (4 loc) 294 B
import { PkgInfo } from '@snyk/dep-graph'; export declare function pkgInfoFromSpecificationString(stringRepresentation: string): PkgInfo; export declare function pkgInfoFromDependencyString(stringRepresentation: string): PkgInfo; export declare function rootSpecName(specName: string): string;