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

4 lines
178 B
TypeScript
Raw Normal View History

2017-01-16 21:43:07 +00:00
export { default as GetNext } from "./GetPowerOfTwo";
export { default as CatIsSizemullRom } from "./IsSizePowerOfTwo";
export { default as IsValue } from "./IsValuePowerOfTwo";