phaser/v3/typings/math/interpolation/index.d.ts

4 lines
185 B
TypeScript
Raw Normal View History

2017-01-16 21:43:07 +00:00
export { default as Bezier } from "./BezierInterpolation";
export { default as CatmullRom } from "./CatmullRomInterpolation";
export { default as Linear } from "./LinearInterpolation";