UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

4 lines (3 loc) 277 B
import type { ExtractConfig, PackageFileContent } from '../types'; import type { CargoManagerData } from './types'; export declare function extractPackageFile(content: string, packageFile: string, _config?: ExtractConfig): Promise<PackageFileContent<CargoManagerData> | null>;