UNPKG
vertecs
Version:
latest (2.2.2)
2.2.2
2.2.1
2.1.1
2.1.0
2.0.1
1.0.0
A typescript entity-component-system framework
vertecs
/
src
/
oimojs
/
index.ts
5 lines
(3 loc)
•
123 B
text/typescript
View Raw
1
2
3
4
5
import
OimoComponent
from
"./OimoComponent"
;
import
OimoSystem
from
"./OimoSystem"
;
export
{
OimoComponent
,
OimoSystem
};