package-json-type
    Preparing search index...

    Interface IBugs

    The url to your project's issue tracker and (or) the email address to which issues should be reported. These are helpful for people who encounter issues with your package.

    interface IBugs {
        email?: string;
        url?: string;
    }
    Index

    Properties

    Properties

    email?: string
    url?: string