timesfm-ts - v1.0.0
    Preparing search index...

    Function checkModelAvailability

    • Check if a model is available at a given URL (HEAD request).

      Useful for checking cache freshness before downloading.

      Parameters

      • url: string

        URL to check.

      Returns Promise<number | null>

      The Content-Length header value, or null if not accessible.