arxiv-api-wrapper - v2.1.2
    Preparing search index...

    Interface ArxivAuthor

    Author information for an arXiv paper.

    interface ArxivAuthor {
        name: string;
        affiliation?: string;
    }
    Index

    Properties

    Properties

    name: string

    Author's full name

    affiliation?: string

    Author's institutional affiliation (if provided)