UNPKG

@javelin/net

Version:

Networking protocol and utilities for Javelin ECS.

3 lines 160 B
export declare type EntityMap<$Value> = $Value[]; export declare function createEntityMap<$Value>(): EntityMap<$Value>; //# sourceMappingURL=entity_map.d.ts.map