UNPKG

lighthouse

Version:

Automated auditing, performance metrics, and best practices for the web.

13 lines (10 loc) 207 B
/** * @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, };