human/types/src/interpolate.d.ts

6 lines
206 B
TypeScript
Raw Normal View History

/**
* Module that interpolates results for smoother animations
*/
import type { Result } from './result';
export declare function calc(newResult: Result): Result;
2021-09-13 19:28:35 +02:00
//# sourceMappingURL=interpolate.d.ts.map