Arena: typeof creep.id == "number"
-
Creep.id is documented as being of type string.
In arena swamp and spawn, the id property of creeps sometimes seems to be a number rather than a string. This causes some surprises and difficulties when using that id property inside wasm - for example https://github.com/rustyscreeps/screeps-arena-game-api/issues/4