weasel API - v0.8.0
    Preparing search index...

    Type Alias Interpolate<T>

    Interpolate: (from: T, to: T, t: number) => T

    Type Parameters

    • T

    Type Declaration

      • (from: T, to: T, t: number): T
      • Parameters

        • from: T
        • to: T
        • t: number

        Returns T