all files / kayn/dist/lib/Enums/ platform-ids.js

100% Statements 3/3
100% Branches 0/0
100% Functions 0/0
100% Lines 3/3
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21                                   
'use strict';
 
Object.defineProperty(exports, "__esModule", {
  value: true
});
var platformIDs = {
  BRAZIL: 'br1',
  EUROPE: 'eun1',
  EUROPE_WEST: 'euw1',
  KOREA: 'kr',
  LATIN_AMERICA_NORTH: 'la1',
  LATIN_AMERICA_SOUTH: 'la2',
  NORTH_AMERICA: 'na1',
  NORTH_AMERICA_OLD: 'na',
  OCEANIA: 'oc1',
  RUSSIA: 'ru',
  TURKEY: 'tr1',
  JAPAN: 'jp1'
};
 
exports.default = platformIDs;