UNPKG

294 BTypeScriptView Raw
1import { PkgInfo } from '@snyk/dep-graph';
2export declare function pkgInfoFromSpecificationString(stringRepresentation: string): PkgInfo;
3export declare function pkgInfoFromDependencyString(stringRepresentation: string): PkgInfo;
4export declare function rootSpecName(specName: string): string;