Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Feb 18, 2025
1 parent bc34dbd commit 510b49b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions types/lib/helpers/utils.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -702,10 +702,7 @@ export function parseCargoTomlData(cargoTomlFile: string, simple?: boolean, pkgF
* @returns {Array} A list of the project's components as described by the Cargo.lock-file.
*/
export function parseCargoData(cargoLockFile: string, simple?: boolean, pkgFilesMap?: any): any[];
export function parseCargoDependencyData(cargoLockData: any): {
ref: string;
dependsOn: any[];
}[];
export function parseCargoDependencyData(cargoLockData: any): any[];
export function parseCargoAuditableData(cargoData: any): Promise<any[]>;
/**
* Method to parse pubspec.lock files.
Expand Down
2 changes: 1 addition & 1 deletion types/lib/helpers/utils.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 510b49b

Please sign in to comment.