mirror of
https://github.com/photonstorm/phaser
synced 2025-02-25 11:57:19 +00:00
6 lines
236 B
TypeScript
6 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";
|