Searched refs:updateIds (Results 1 - 1 of 1) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | keyofAndIndexedAccess.js | 485 function updateIds<T extends Record<K, string>, K extends string>( 993 function updateIds(obj, idFields, idMapping) {
function 1326 declare function updateIds<T extends Record<K, string>, K extends string>(obj: T, idFields: K[], idMapping: Partial<Record<T[K], T[K]>>): Record<K, string>;
|
Completed in 2 milliseconds