phaser/v3/typings/math/fuzzy/index.d.ts
2017-01-16 22:43:07 +01:00

5 lines
236 B
TypeScript

export { default as Ceil } from "./Ceil";
export { default as Equal } from "./Equal";
export { default as Floor } from "./Floor";
export { default as GreaterThan } from "./GreaterThan";
export { default as LessThan } from "./LessThan";