package-json-type
    Preparing search index...

    Interface IAuthor

    Package author information.

    interface IAuthor {
        email?: string;
        name: string;
        url?: string;
    }
    Index

    Properties

    Properties

    email?: string
    name: string
    url?: string