// Gets keys from tiles, like the kind returned from tileUpdate or fetch module.exports = tiles => Object.keys(tiles).map(coord => coord.split(',').map(num => parseInt(num)));