UNPKG
ts-raycasting
Version:
latest (0.0.14)
0.0.14
0.0.12
Raycasting in typescript
github.com/dderevjanik/ts-raycasting
dderevjanik/ts-raycasting
ts-raycasting
/
dist
/
enums
/
ESide.d.ts
5 lines
(4 loc)
•
64 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
enum
ESide
{
NS
=
0
,
WE
=
1
, }