ts-api-utils - v3.0.0-rc.1
    Preparing search index...

    Interface NamedDeclarationWithName

    a NamedDeclaration that definitely has a name.

    interface NamedDeclarationWithName {
        name: DeclarationName;
    }

    Hierarchy

    • NamedDeclaration
      • NamedDeclarationWithName
    Index

    Properties

    Properties

    name: DeclarationName