UNPKG

lighthouse

Version:

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

11 lines (9 loc) 236 B
/** * @license * Copyright 2021 Google LLC * SPDX-License-Identifier: Apache-2.0 */ declare module '@stadtlandnetz/rollup-plugin-postprocess' { function postprocess(args: Array<[RegExp, string]>): void; export = postprocess; }