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

3 lines
178 B
TypeScript

export { default as GetNext } from "./GetPowerOfTwo";
export { default as CatIsSizemullRom } from "./IsSizePowerOfTwo";
export { default as IsValue } from "./IsValuePowerOfTwo";