mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
5 lines
236 B
TypeScript
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";
|