UNPKG

renovate

Version:

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

4 lines (3 loc) 236 B
import { ManifestToml } from './schema'; export declare function extractLockFileVersions(lockFilePath: string): Promise<Map<string, string[]> | null>; export declare function parseLockFile(lockFileContent: string): ManifestToml | null;