mirror of https://github.com/vladmandic/human
6 lines
165 B
TypeScript
6 lines
165 B
TypeScript
![]() |
/**
|
||
|
* Module that interpolates results for smoother animations
|
||
|
*/
|
||
|
import type { Result } from './result';
|
||
|
export declare function calc(newResult: Result): Result;
|