UNPKG
toosoon-utils
Version:
latest (5.0.0)
5.0.0
4.5.0
4.4.0
4.3.1
4.3.0
4.2.3
4.2.2
4.2.1
4.2.0
4.1.9
4.1.8
4.1.7
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.1.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.4.2
2.4.1
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Utility functions & classes
github.com/toosoon-dev/toosoon-utils
toosoon-dev/toosoon-utils
toosoon-utils
/
lib
/
classes
/
geometry
/
index.d.ts
4 lines
(3 loc)
•
136 B
TypeScript
View Raw
1
2
3
4
export
{
type
Vector
}
from
'./Vector'
;
export
{
default
as
Vector2
}
from
'./Vector2'
;
export
{
default
as
Vector3
}
from
'./Vector3'
;