human/types/src/interpolate.d.ts

6 lines
206 B
TypeScript

/**
* Module that interpolates results for smoother animations
*/
import type { Result } from './result';
export declare function calc(newResult: Result): Result;
//# sourceMappingURL=interpolate.d.ts.map