Type Alias InterpolatorFactory

InterpolatorFactory: ((xs: readonly number[], ys: readonly number[]) => Interpolator)

Factory that returns an interpolator function for given pivot points.