/** * @license * Copyright 2021 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ /** Opaque type for locale IDs */ export type Locale = string & { __TYPE__: 'Locale'; };