Documentation
    Preparing search index...

    License information.

    interface ILicense {
        identifier?: string;
        name: string;
        url?: string;
    }
    Index

    Properties

    Properties

    identifier?: string

    SPDX license identifier.

    name: string

    License name.

    url?: string

    License URL.