UNPKG

@angular/language-service

Version:
14 lines (13 loc) 485 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'; /** * This code action will fix the missing member of a type. For example, add the missing member to * the type or try to get the spelling suggestion for the name from the type. */ export declare const missingMemberMeta: CodeActionMeta;