piecewise.d.ts 83 B

1
  1. export default function piecewise(interpolate: any, values: any): (t: any) => any;