UNPKG

@valeera/x

Version:

ECS framework written in TS for web application.

6 lines (5 loc) 248 B
import type { Entity } from "./Entity"; import type { System } from "./System"; import type { World } from "./World"; export declare const EntitiesCache: WeakMap<World, Set<Entity>>; export declare const SystemOrderCache: WeakMap<World, System[]>;