/** * @license Copyright 2021 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import * as format from './format.js'; import {swapLocale} from './swap-locale.js'; export { swapLocale, format, };