Function refreshMetadataVersions

  • Audits an array of versions, ensuring they all still exist, and adds newly found versions to the array.

    Returns

    A distinct array of versions, sorted in descending order.

    Parameters

    • versions: `v${string}`[]

      The array of versions to refresh.

    • docRoot: string

      The path to the docs root.

    • packageFile: any

    Returns `v${string}`[]

Generated using TypeDoc