Type Alias NpmDownloadPeriod

NpmDownloadPeriod:
    | "last-day"
    | "last-week"
    | "last-month"
    | "last-year"
    | `${string}:${string}`

Named download periods accepted by the npm Downloads API.