UNPKG
arcade-physics
Version:
latest (0.1.0)
0.1.0
0.0.3
0.0.2
0.0.1
Use Arcade Physics without Phaser.
github.com/yandeu/arcade-physics
yandeu/arcade-physics
arcade-physics
/
lib
/
math
/
pow2
/
index.d.ts
7 lines
•
256 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
namespace _default {
const
GetNext
:
typeof
import
(
"./GetPowerOfTwo"
);
const
IsSize
:
typeof
import
(
"./IsSizePowerOfTwo"
);
const
IsValue
:
typeof
import
(
"./IsValuePowerOfTwo"
); }
export
default
_default;
//# sourceMappingURL=index.d.ts.map