UNPKG
super-ecs
Version:
latest (3.0.1)
3.0.1
3.0.0
2.3.0
2.2.0
2.1.0
2.0.0
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
Entity Component System library
github.com/goldenratio/super-ecs
goldenratio/super-ecs
super-ecs
/
dist
/
types
/
index.d.ts
6 lines
(5 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
6
export
*
from
'./types/index.js'
;
export
*
from
'./component.js'
;
export
{
Entity
}
from
'./entity.js'
;
export
{
System
}
from
'./system.js'
;
export
{
World
}
from
'./world/index.js'
;