()
| 28 | * @return {*} TODO(#23582): Specify return type |
| 29 | */ |
| 30 | export function getRegistrations() { |
| 31 | if (!registrations) { |
| 32 | registrations = map(); |
| 33 | } |
| 34 | return registrations; |
| 35 | } |
| 36 | |
| 37 | /** |
| 38 | * @param {string} id The specific 3p integration. |
no test coverage detected