type MakeSpline<T> = (a: T, b: T, knots?: T[]) => Spline<T>
packages / workbench / src / animate / types.ts