Class H5PVersion<TVersionType>

Type Parameters

  • TVersionType extends string | VersionObject = string

Constructors

Properties

Methods

Constructors

Properties

major: number
minor: number

Methods

  • Returns the version as either a string or a version object, depending on the type of the version the instance was constructed with.

    Returns TVersionType