UNPKG

@baseplate-dev/core-generators

Version:

Core generators for Baseplate

8 lines 344 B
/** * Extract packages from a record * @param packages - The packages to extract * @param keys - The keys to extract * @returns The extracted packages */ export declare function extractPackageVersions<T extends Record<string, string>>(packages: T, keys: (keyof T)[]): Record<keyof T, string>; //# sourceMappingURL=extract-packages.d.ts.map