CycloneDX JavaScript Library - Node - v10.0.1-alpha.2
    Preparing search index...

    Type Alias SpdxExpressionValidate

    SpdxExpressionValidate: (data: string) => void

    SPDX License Expression validation.

    A function that is expected to throw an error if the input is not a valid SPDX License Expression.

    We suggest one of the following 3rd-party libraries:

    Type Declaration

      • (data: string): void
      • Parameters

        • data: string

        Returns void

    Error Throws an error if the input is not a valid SPDX License Expression.