UNPKG

timing-object

Version:

An implementation of the timing object specification.

2 lines 192 B
export type TCalculateRealSolutionsFunction = (position: number, velocity: number, acceleration: number, x: number) => number[]; //# sourceMappingURL=calculate-real-solutions-function.d.ts.map