UNPKG

@angular/language-service

Version:
13 lines (12 loc) 410 B
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { CodeActionMeta } from './utils'; /** * Fix for [unused standalone imports](https://angular.dev/extended-diagnostics/NG8113) */ export declare const fixUnusedStandaloneImportsMeta: CodeActionMeta;