UNPKG

matrix-map

Version:

A class object for to aid in the creation of 2D grid games.

5 lines (4 loc) 95 B
const getValueOfID = function(id){ return this.map.get(id); } export default getValueOfID;