()
| 126 | * Helper function to remove all the locale data from `LOCALE_DATA`. |
| 127 | */ |
| 128 | export function unregisterAllLocaleData() { |
| 129 | LOCALE_DATA = Object.create(null); |
| 130 | } |
| 131 | |
| 132 | /** |
| 133 | * Index of each type of locale data from the locale data array. |
no test coverage detected