lol-constants 1.0.1 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (178) hide show
  1. package/assets/index.js +1 -1
  2. package/assets/scripts/Helpers/enableSpreadValues.d.ts +15 -0
  3. package/assets/scripts/Helpers/enableSpreadValues.js +38 -0
  4. package/assets/scripts/Helpers/getExportStatement.d.ts +1 -1
  5. package/assets/scripts/Helpers/getExportStatement.js +8 -2
  6. package/assets/scripts/Helpers/getFmtdComment.d.ts +5 -0
  7. package/assets/scripts/Helpers/getFmtdComment.js +15 -0
  8. package/assets/scripts/Helpers/writeToTmpFile.d.ts +8 -0
  9. package/assets/scripts/Helpers/writeToTmpFile.js +22 -0
  10. package/assets/scripts/generate-all.d.ts +1 -0
  11. package/assets/scripts/generate-all.js +1 -0
  12. package/{dist/scripts/generate-champion-ids-by-name.d.ts → assets/scripts/generate-rune-sets.d.ts} +0 -0
  13. package/assets/scripts/generate-rune-sets.js +94 -0
  14. package/dist/Constants/{ChampionIds.d.ts → Champions/ChampionIds.d.ts} +0 -0
  15. package/dist/Constants/{ChampionIds.js → Champions/ChampionIds.js} +0 -0
  16. package/dist/Constants/{ChampionIdsByName.d.ts → Champions/ChampionIdsByName.d.ts} +0 -0
  17. package/dist/Constants/{ChampionIdsByName.js → Champions/ChampionIdsByName.js} +0 -0
  18. package/dist/Constants/{ChampionKeys.d.ts → Champions/ChampionKeys.d.ts} +0 -0
  19. package/dist/Constants/{ChampionKeys.js → Champions/ChampionKeys.js} +0 -0
  20. package/dist/Constants/{ChampionNames.d.ts → Champions/ChampionNames.d.ts} +0 -0
  21. package/dist/Constants/{ChampionNames.js → Champions/ChampionNames.js} +0 -0
  22. package/dist/Constants/{ItemKeys.d.ts → Items/ItemKeys.d.ts} +0 -0
  23. package/dist/Constants/{ItemKeys.js → Items/ItemKeys.js} +0 -0
  24. package/dist/Constants/{ItemNames.d.ts → Items/ItemNames.d.ts} +0 -0
  25. package/dist/Constants/{ItemNames.js → Items/ItemNames.js} +0 -0
  26. package/dist/Constants/{RuneIds.d.ts → Runes/RuneIds.d.ts} +9 -9
  27. package/dist/Constants/Runes/RuneIds.js +9 -0
  28. package/dist/Constants/{RuneNames.d.ts → Runes/RuneNames.d.ts} +3 -3
  29. package/dist/Constants/Runes/RuneNames.js +9 -0
  30. package/dist/Constants/Runes/RuneSets.d.ts +479 -0
  31. package/dist/Constants/Runes/RuneSets.js +12 -0
  32. package/dist/Constants/{StatRuneIds.d.ts → Runes/StatRuneIds.d.ts} +0 -0
  33. package/dist/Constants/{StatRuneIds.js → Runes/StatRuneIds.js} +0 -0
  34. package/dist/Constants/{StatRuneNames.d.ts → Runes/StatRuneNames.d.ts} +0 -0
  35. package/dist/Constants/{StatRuneNames.js → Runes/StatRuneNames.js} +0 -0
  36. package/dist/Constants/{TreeRuneIds.d.ts → Runes/TreeRuneIds.d.ts} +0 -0
  37. package/dist/Constants/{TreeRuneIds.js → Runes/TreeRuneIds.js} +0 -0
  38. package/dist/Constants/{TreeRuneNames.d.ts → Runes/TreeRuneNames.d.ts} +0 -0
  39. package/dist/Constants/{TreeRuneNames.js → Runes/TreeRuneNames.js} +0 -0
  40. package/dist/Constants/{SpellIds.d.ts → Spells/SpellIds.d.ts} +0 -0
  41. package/dist/Constants/{SpellIds.js → Spells/SpellIds.js} +0 -0
  42. package/dist/Constants/{SpellIdsByName.d.ts → Spells/SpellIdsByName.d.ts} +0 -0
  43. package/dist/Constants/{SpellIdsByName.js → Spells/SpellIdsByName.js} +0 -0
  44. package/dist/Constants/{SpellKeys.d.ts → Spells/SpellKeys.d.ts} +0 -0
  45. package/dist/Constants/{SpellKeys.js → Spells/SpellKeys.js} +0 -0
  46. package/dist/Constants/{SpellNames.d.ts → Spells/SpellNames.d.ts} +0 -0
  47. package/dist/Constants/{SpellNames.js → Spells/SpellNames.js} +0 -0
  48. package/dist/Helpers/{getChampionIdByKey.d.ts → Champions/getChampionIdByKey.d.ts} +1 -1
  49. package/dist/Helpers/{getChampionIdByKey.js → Champions/getChampionIdByKey.js} +1 -1
  50. package/dist/Helpers/{getChampionIdByName.d.ts → Champions/getChampionIdByName.d.ts} +1 -1
  51. package/dist/Helpers/{getChampionIdByName.js → Champions/getChampionIdByName.js} +1 -1
  52. package/dist/Helpers/{getChampionKeyById.d.ts → Champions/getChampionKeyById.d.ts} +1 -1
  53. package/dist/Helpers/{getChampionKeyById.js → Champions/getChampionKeyById.js} +1 -1
  54. package/dist/Helpers/{getChampionKeyByName.d.ts → Champions/getChampionKeyByName.d.ts} +1 -1
  55. package/dist/Helpers/{getChampionKeyByName.js → Champions/getChampionKeyByName.js} +2 -2
  56. package/dist/Helpers/{getChampionNameById.d.ts → Champions/getChampionNameById.d.ts} +1 -1
  57. package/dist/Helpers/{getChampionNameById.js → Champions/getChampionNameById.js} +2 -2
  58. package/dist/Helpers/{getChampionNameByKey.d.ts → Champions/getChampionNameByKey.d.ts} +1 -1
  59. package/dist/Helpers/{getChampionNameByKey.js → Champions/getChampionNameByKey.js} +1 -1
  60. package/dist/Helpers/{isChampionId.d.ts → Champions/isChampionId.d.ts} +1 -1
  61. package/dist/Helpers/{isChampionId.js → Champions/isChampionId.js} +1 -1
  62. package/dist/Helpers/{isChampionKey.d.ts → Champions/isChampionKey.d.ts} +1 -1
  63. package/dist/Helpers/{isChampionKey.js → Champions/isChampionKey.js} +1 -1
  64. package/dist/Helpers/{isChampionName.d.ts → Champions/isChampionName.d.ts} +1 -1
  65. package/dist/Helpers/{isChampionName.js → Champions/isChampionName.js} +1 -1
  66. package/dist/Helpers/{getItemKeyByName.d.ts → Items/getItemKeyByName.d.ts} +1 -1
  67. package/dist/Helpers/{getItemKeyByName.js → Items/getItemKeyByName.js} +1 -1
  68. package/dist/Helpers/{getItemNameByKey.d.ts → Items/getItemNameByKey.d.ts} +1 -1
  69. package/dist/Helpers/{getItemNameByKey.js → Items/getItemNameByKey.js} +1 -1
  70. package/dist/Helpers/{isItemKey.d.ts → Items/isItemKey.d.ts} +1 -1
  71. package/dist/Helpers/{isItemKey.js → Items/isItemKey.js} +1 -1
  72. package/dist/Helpers/{isItemName.d.ts → Items/isItemName.d.ts} +1 -1
  73. package/dist/Helpers/{isItemName.js → Items/isItemName.js} +1 -1
  74. package/dist/Helpers/{getRuneIdByName.d.ts → Runes/getRuneIdByName.d.ts} +1 -1
  75. package/dist/Helpers/{getRuneIdByName.js → Runes/getRuneIdByName.js} +1 -1
  76. package/dist/Helpers/{getRuneNameById.d.ts → Runes/getRuneNameById.d.ts} +1 -1
  77. package/dist/Helpers/{getRuneNameById.js → Runes/getRuneNameById.js} +1 -1
  78. package/dist/Helpers/{getStatRuneIdByName.d.ts → Runes/getStatRuneIdByName.d.ts} +1 -1
  79. package/dist/Helpers/{getStatRuneIdByName.js → Runes/getStatRuneIdByName.js} +1 -1
  80. package/dist/Helpers/{getStatRuneNameById.d.ts → Runes/getStatRuneNameById.d.ts} +1 -1
  81. package/dist/Helpers/{getStatRuneNameById.js → Runes/getStatRuneNameById.js} +1 -1
  82. package/dist/Helpers/{getTreeRuneIdByName.d.ts → Runes/getTreeRuneIdByName.d.ts} +1 -1
  83. package/dist/Helpers/{getTreeRuneIdByName.js → Runes/getTreeRuneIdByName.js} +1 -1
  84. package/dist/Helpers/{getTreeRuneNameById.d.ts → Runes/getTreeRuneNameById.d.ts} +1 -1
  85. package/dist/Helpers/{getTreeRuneNameById.js → Runes/getTreeRuneNameById.js} +1 -1
  86. package/dist/Helpers/Runes/isDominationTreeRuneId.d.ts +2 -0
  87. package/dist/Helpers/Runes/isDominationTreeRuneId.js +8 -0
  88. package/dist/Helpers/Runes/isInspirationTreeRuneId.d.ts +2 -0
  89. package/dist/Helpers/Runes/isInspirationTreeRuneId.js +8 -0
  90. package/dist/Helpers/Runes/isKeystoneRuneId.d.ts +2 -0
  91. package/dist/Helpers/Runes/isKeystoneRuneId.js +8 -0
  92. package/dist/Helpers/Runes/isPrecisionTreeRuneId.d.ts +2 -0
  93. package/dist/Helpers/Runes/isPrecisionTreeRuneId.js +8 -0
  94. package/dist/Helpers/Runes/isResolveTreeRuneId.d.ts +2 -0
  95. package/dist/Helpers/Runes/isResolveTreeRuneId.js +8 -0
  96. package/dist/Helpers/{isRuneId.d.ts → Runes/isRuneId.d.ts} +1 -1
  97. package/dist/Helpers/{isRuneId.js → Runes/isRuneId.js} +1 -1
  98. package/dist/Helpers/{isRuneName.d.ts → Runes/isRuneName.d.ts} +1 -1
  99. package/dist/Helpers/{isRuneName.js → Runes/isRuneName.js} +1 -1
  100. package/dist/Helpers/Runes/isSorceryTreeRuneId.d.ts +2 -0
  101. package/dist/Helpers/Runes/isSorceryTreeRuneId.js +8 -0
  102. package/dist/Helpers/{isStatRuneId.d.ts → Runes/isStatRuneId.d.ts} +1 -1
  103. package/dist/Helpers/{isStatRuneId.js → Runes/isStatRuneId.js} +1 -1
  104. package/dist/Helpers/{isStatRuneName.d.ts → Runes/isStatRuneName.d.ts} +1 -1
  105. package/dist/Helpers/{isStatRuneName.js → Runes/isStatRuneName.js} +1 -1
  106. package/dist/Helpers/{isTreeRuneId.d.ts → Runes/isTreeRuneId.d.ts} +1 -1
  107. package/dist/Helpers/{isTreeRuneId.js → Runes/isTreeRuneId.js} +1 -1
  108. package/dist/Helpers/{isTreeRuneName.d.ts → Runes/isTreeRuneName.d.ts} +1 -1
  109. package/dist/Helpers/{isTreeRuneName.js → Runes/isTreeRuneName.js} +1 -1
  110. package/dist/Helpers/{getSpellIdByKey.d.ts → Spells/getSpellIdByKey.d.ts} +1 -1
  111. package/dist/Helpers/{getSpellIdByKey.js → Spells/getSpellIdByKey.js} +1 -1
  112. package/dist/Helpers/{getSpellIdByName.d.ts → Spells/getSpellIdByName.d.ts} +1 -1
  113. package/dist/Helpers/{getSpellIdByName.js → Spells/getSpellIdByName.js} +1 -1
  114. package/dist/Helpers/{getSpellKeyById.d.ts → Spells/getSpellKeyById.d.ts} +1 -1
  115. package/dist/Helpers/{getSpellKeyById.js → Spells/getSpellKeyById.js} +1 -1
  116. package/dist/Helpers/{getSpellKeyByName.d.ts → Spells/getSpellKeyByName.d.ts} +1 -1
  117. package/dist/Helpers/{getSpellKeyByName.js → Spells/getSpellKeyByName.js} +2 -2
  118. package/dist/Helpers/{getSpellNameById.d.ts → Spells/getSpellNameById.d.ts} +1 -1
  119. package/dist/Helpers/{getSpellNameById.js → Spells/getSpellNameById.js} +2 -2
  120. package/dist/Helpers/{getSpellNameByKey.d.ts → Spells/getSpellNameByKey.d.ts} +1 -1
  121. package/dist/Helpers/{getSpellNameByKey.js → Spells/getSpellNameByKey.js} +1 -1
  122. package/dist/Helpers/{isSpellId.d.ts → Spells/isSpellId.d.ts} +1 -1
  123. package/dist/Helpers/{isSpellId.js → Spells/isSpellId.js} +1 -1
  124. package/dist/Helpers/{isSpellKey.d.ts → Spells/isSpellKey.d.ts} +1 -1
  125. package/dist/Helpers/{isSpellKey.js → Spells/isSpellKey.js} +1 -1
  126. package/dist/Helpers/{isSpellName.d.ts → Spells/isSpellName.d.ts} +1 -1
  127. package/dist/Helpers/{isSpellName.js → Spells/isSpellName.js} +1 -1
  128. package/dist/index.d.ts +56 -50
  129. package/dist/index.js +92 -95
  130. package/dist/types/index.d.ts +21 -21
  131. package/package.json +3 -5
  132. package/dist/Constants/RuneIds.js +0 -4
  133. package/dist/Constants/RuneNames.js +0 -4
  134. package/dist/Constants/RuneSets.d.ts +0 -77
  135. package/dist/Constants/RuneSets.js +0 -210
  136. package/dist/assets/StatRunes.d.ts +0 -11
  137. package/dist/assets/StatRunes.js +0 -14
  138. package/dist/assets/champion.json +0 -1
  139. package/dist/assets/index.d.ts +0 -17216
  140. package/dist/assets/index.js +0 -17
  141. package/dist/assets/item.json +0 -1
  142. package/dist/assets/runesReforged.json +0 -1
  143. package/dist/assets/summoner.json +0 -1
  144. package/dist/scripts/Helpers/getExportStatement.d.ts +0 -6
  145. package/dist/scripts/Helpers/getExportStatement.js +0 -10
  146. package/dist/scripts/generate-all.d.ts +0 -16
  147. package/dist/scripts/generate-all.js +0 -18
  148. package/dist/scripts/generate-champion-ids-by-name.js +0 -20
  149. package/dist/scripts/generate-champion-ids.d.ts +0 -1
  150. package/dist/scripts/generate-champion-ids.js +0 -20
  151. package/dist/scripts/generate-champion-keys.d.ts +0 -1
  152. package/dist/scripts/generate-champion-keys.js +0 -20
  153. package/dist/scripts/generate-champion-names.d.ts +0 -1
  154. package/dist/scripts/generate-champion-names.js +0 -20
  155. package/dist/scripts/generate-item-keys.d.ts +0 -1
  156. package/dist/scripts/generate-item-keys.js +0 -21
  157. package/dist/scripts/generate-item-names.d.ts +0 -1
  158. package/dist/scripts/generate-item-names.js +0 -21
  159. package/dist/scripts/generate-rune-ids.d.ts +0 -1
  160. package/dist/scripts/generate-rune-ids.js +0 -29
  161. package/dist/scripts/generate-rune-names.d.ts +0 -1
  162. package/dist/scripts/generate-rune-names.js +0 -29
  163. package/dist/scripts/generate-spell-ids-by-name.d.ts +0 -1
  164. package/dist/scripts/generate-spell-ids-by-name.js +0 -20
  165. package/dist/scripts/generate-spell-ids.d.ts +0 -1
  166. package/dist/scripts/generate-spell-ids.js +0 -20
  167. package/dist/scripts/generate-spell-keys.d.ts +0 -1
  168. package/dist/scripts/generate-spell-keys.js +0 -20
  169. package/dist/scripts/generate-spell-names.d.ts +0 -1
  170. package/dist/scripts/generate-spell-names.js +0 -20
  171. package/dist/scripts/generate-stat-rune-ids.d.ts +0 -1
  172. package/dist/scripts/generate-stat-rune-ids.js +0 -20
  173. package/dist/scripts/generate-stat-rune-names.d.ts +0 -1
  174. package/dist/scripts/generate-stat-rune-names.js +0 -20
  175. package/dist/scripts/generate-tree-rune-ids.d.ts +0 -1
  176. package/dist/scripts/generate-tree-rune-ids.js +0 -22
  177. package/dist/scripts/generate-tree-rune-names.d.ts +0 -1
  178. package/dist/scripts/generate-tree-rune-names.js +0 -22
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.isChampionId = void 0;
4
- const ChampionKeys_1 = require("../Constants/ChampionKeys");
4
+ const ChampionKeys_1 = require("../../Constants/Champions/ChampionKeys");
5
5
  function isChampionId(id) {
6
6
  return id in ChampionKeys_1.ChampionKeys;
7
7
  }
@@ -1,2 +1,2 @@
1
- import { ChampionKey } from '../types';
1
+ import { ChampionKey } from '../../types';
2
2
  export declare function isChampionKey(key: string): key is ChampionKey;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.isChampionKey = void 0;
4
- const ChampionNames_1 = require("../Constants/ChampionNames");
4
+ const ChampionNames_1 = require("../../Constants/Champions/ChampionNames");
5
5
  function isChampionKey(key) {
6
6
  return key in ChampionNames_1.ChampionNames;
7
7
  }
@@ -1,2 +1,2 @@
1
- import { ChampionName } from '../types';
1
+ import { ChampionName } from '../../types';
2
2
  export declare function isChampionName(name: string): name is ChampionName;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.isChampionName = void 0;
4
- const ChampionIdsByName_1 = require("../Constants/ChampionIdsByName");
4
+ const ChampionIdsByName_1 = require("../../Constants/Champions/ChampionIdsByName");
5
5
  function isChampionName(name) {
6
6
  return name in ChampionIdsByName_1.ChampionIdsByName;
7
7
  }
@@ -1,2 +1,2 @@
1
- import { ItemKey, ItemName } from '../types';
1
+ import { ItemKey, ItemName } from '../../types';
2
2
  export declare function getItemKeyByName(name: ItemName): ItemKey;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getItemKeyByName = void 0;
4
- const ItemKeys_1 = require("../Constants/ItemKeys");
4
+ const ItemKeys_1 = require("../../Constants/Items/ItemKeys");
5
5
  function getItemKeyByName(name) {
6
6
  return ItemKeys_1.ItemKeys[name];
7
7
  }
@@ -1,2 +1,2 @@
1
- import { ItemKey, ItemName } from '../types';
1
+ import { ItemKey, ItemName } from '../../types';
2
2
  export declare function getItemNameByKey(key: ItemKey): ItemName;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getItemNameByKey = void 0;
4
- const ItemNames_1 = require("../Constants/ItemNames");
4
+ const ItemNames_1 = require("../../Constants/Items/ItemNames");
5
5
  function getItemNameByKey(key) {
6
6
  return ItemNames_1.ItemNames[key];
7
7
  }
@@ -1,2 +1,2 @@
1
- import { ItemKey } from '../types';
1
+ import { ItemKey } from '../../types';
2
2
  export declare function isItemKey(key: string): key is ItemKey;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.isItemKey = void 0;
4
- const ItemNames_1 = require("../Constants/ItemNames");
4
+ const ItemNames_1 = require("../../Constants/Items/ItemNames");
5
5
  function isItemKey(key) {
6
6
  return key in ItemNames_1.ItemNames;
7
7
  }
@@ -1,2 +1,2 @@
1
- import { ItemName } from '../types';
1
+ import { ItemName } from '../../types';
2
2
  export declare function isItemName(name: string): name is ItemName;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.isItemName = void 0;
4
- const ItemKeys_1 = require("../Constants/ItemKeys");
4
+ const ItemKeys_1 = require("../../Constants/Items/ItemKeys");
5
5
  function isItemName(name) {
6
6
  return name in ItemKeys_1.ItemKeys;
7
7
  }
@@ -1,2 +1,2 @@
1
- import { RuneId, RuneName } from '../types';
1
+ import { RuneId, RuneName } from '../../types';
2
2
  export declare function getRuneIdByName(name: RuneName): RuneId;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuneIdByName = void 0;
4
- const RuneIds_1 = require("../Constants/RuneIds");
4
+ const RuneIds_1 = require("../../Constants/Runes/RuneIds");
5
5
  function getRuneIdByName(name) {
6
6
  return RuneIds_1.RuneIds[name];
7
7
  }
@@ -1,2 +1,2 @@
1
- import { RuneId, RuneName } from '../types';
1
+ import { RuneId, RuneName } from '../../types';
2
2
  export declare function getRuneNameById(id: RuneId): RuneName;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuneNameById = void 0;
4
- const RuneNames_1 = require("../Constants/RuneNames");
4
+ const RuneNames_1 = require("../../Constants/Runes/RuneNames");
5
5
  function getRuneNameById(id) {
6
6
  return RuneNames_1.RuneNames[id];
7
7
  }
@@ -1,2 +1,2 @@
1
- import { StatRuneId, StatRuneName } from '../types';
1
+ import { StatRuneId, StatRuneName } from '../../types';
2
2
  export declare function getStatRuneIdByName(name: StatRuneName): StatRuneId;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getStatRuneIdByName = void 0;
4
- const StatRuneIds_1 = require("../Constants/StatRuneIds");
4
+ const StatRuneIds_1 = require("../../Constants/Runes/StatRuneIds");
5
5
  function getStatRuneIdByName(name) {
6
6
  return StatRuneIds_1.StatRuneIds[name];
7
7
  }
@@ -1,2 +1,2 @@
1
- import { StatRuneId, StatRuneName } from '../types';
1
+ import { StatRuneId, StatRuneName } from '../../types';
2
2
  export declare function getStatRuneNameById(id: StatRuneId): StatRuneName;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getStatRuneNameById = void 0;
4
- const StatRuneNames_1 = require("../Constants/StatRuneNames");
4
+ const StatRuneNames_1 = require("../../Constants/Runes/StatRuneNames");
5
5
  function getStatRuneNameById(id) {
6
6
  return StatRuneNames_1.StatRuneNames[id];
7
7
  }
@@ -1,2 +1,2 @@
1
- import { TreeRuneId, TreeRuneName } from '../types';
1
+ import { TreeRuneId, TreeRuneName } from '../../types';
2
2
  export declare function getTreeRuneIdByName(name: TreeRuneName): TreeRuneId;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getTreeRuneIdByName = void 0;
4
- const TreeRuneIds_1 = require("../Constants/TreeRuneIds");
4
+ const TreeRuneIds_1 = require("../../Constants/Runes/TreeRuneIds");
5
5
  function getTreeRuneIdByName(name) {
6
6
  return TreeRuneIds_1.TreeRuneIds[name];
7
7
  }
@@ -1,2 +1,2 @@
1
- import { TreeRuneId, TreeRuneName } from '../types';
1
+ import { TreeRuneId, TreeRuneName } from '../../types';
2
2
  export declare function getTreeRuneNameById(id: TreeRuneId): TreeRuneName;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getTreeRuneNameById = void 0;
4
- const TreeRuneNames_1 = require("../Constants/TreeRuneNames");
4
+ const TreeRuneNames_1 = require("../../Constants/Runes/TreeRuneNames");
5
5
  function getTreeRuneNameById(id) {
6
6
  return TreeRuneNames_1.TreeRuneNames[id];
7
7
  }
@@ -0,0 +1,2 @@
1
+ import { DominationTreeRuneId } from '../../types';
2
+ export declare function isDominationTreeRuneId(id: string): id is DominationTreeRuneId;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.isDominationTreeRuneId = void 0;
4
+ const RuneSets_1 = require("../../Constants/Runes/RuneSets");
5
+ function isDominationTreeRuneId(id) {
6
+ return id in RuneSets_1.PrimaryTrees.Domination;
7
+ }
8
+ exports.isDominationTreeRuneId = isDominationTreeRuneId;
@@ -0,0 +1,2 @@
1
+ import { InspirationTreeRuneId } from '../../types';
2
+ export declare function isInspirationTreeRuneId(id: string): id is InspirationTreeRuneId;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.isInspirationTreeRuneId = void 0;
4
+ const RuneSets_1 = require("../../Constants/Runes/RuneSets");
5
+ function isInspirationTreeRuneId(id) {
6
+ return id in RuneSets_1.PrimaryTrees.Inspiration;
7
+ }
8
+ exports.isInspirationTreeRuneId = isInspirationTreeRuneId;
@@ -0,0 +1,2 @@
1
+ import { KeystoneRuneId } from '../../types';
2
+ export declare function isKeystoneRuneId(id: string): id is KeystoneRuneId;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.isKeystoneRuneId = void 0;
4
+ const RuneSets_1 = require("../../Constants/Runes/RuneSets");
5
+ function isKeystoneRuneId(id) {
6
+ return id in RuneSets_1.Keystones;
7
+ }
8
+ exports.isKeystoneRuneId = isKeystoneRuneId;
@@ -0,0 +1,2 @@
1
+ import { PrecisionTreeRuneId } from '../../types';
2
+ export declare function isPrecisionTreeRuneId(id: string): id is PrecisionTreeRuneId;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.isPrecisionTreeRuneId = void 0;
4
+ const RuneSets_1 = require("../../Constants/Runes/RuneSets");
5
+ function isPrecisionTreeRuneId(id) {
6
+ return id in RuneSets_1.PrimaryTrees.Precision;
7
+ }
8
+ exports.isPrecisionTreeRuneId = isPrecisionTreeRuneId;
@@ -0,0 +1,2 @@
1
+ import { ResolveTreeRuneId } from '../../types';
2
+ export declare function isResolveTreeRuneId(id: string): id is ResolveTreeRuneId;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.isResolveTreeRuneId = void 0;
4
+ const RuneSets_1 = require("../../Constants/Runes/RuneSets");
5
+ function isResolveTreeRuneId(id) {
6
+ return id in RuneSets_1.PrimaryTrees.Resolve;
7
+ }
8
+ exports.isResolveTreeRuneId = isResolveTreeRuneId;
@@ -1,2 +1,2 @@
1
- import { RuneId } from '../types';
1
+ import { RuneId } from '../../types';
2
2
  export declare function isRuneId(id: string): id is RuneId;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.isRuneId = void 0;
4
- const RuneNames_1 = require("../Constants/RuneNames");
4
+ const RuneNames_1 = require("../../Constants/Runes/RuneNames");
5
5
  function isRuneId(id) {
6
6
  return id in RuneNames_1.RuneNames;
7
7
  }
@@ -1,2 +1,2 @@
1
- import { RuneName } from '../types';
1
+ import { RuneName } from '../../types';
2
2
  export declare function isRuneName(name: string): name is RuneName;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.isRuneName = void 0;
4
- const RuneIds_1 = require("../Constants/RuneIds");
4
+ const RuneIds_1 = require("../../Constants/Runes/RuneIds");
5
5
  function isRuneName(name) {
6
6
  return name in RuneIds_1.RuneIds;
7
7
  }
@@ -0,0 +1,2 @@
1
+ import { SorceryTreeRuneId } from '../../types';
2
+ export declare function isSorceryTreeRuneId(id: string): id is SorceryTreeRuneId;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.isSorceryTreeRuneId = void 0;
4
+ const RuneSets_1 = require("../../Constants/Runes/RuneSets");
5
+ function isSorceryTreeRuneId(id) {
6
+ return id in RuneSets_1.PrimaryTrees.Sorcery;
7
+ }
8
+ exports.isSorceryTreeRuneId = isSorceryTreeRuneId;
@@ -1,2 +1,2 @@
1
- import { StatRuneId } from '../types';
1
+ import { StatRuneId } from '../../types';
2
2
  export declare function isStatRuneId(id: string): id is StatRuneId;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.isStatRuneId = void 0;
4
- const StatRuneNames_1 = require("../Constants/StatRuneNames");
4
+ const StatRuneNames_1 = require("../../Constants/Runes/StatRuneNames");
5
5
  function isStatRuneId(id) {
6
6
  return id in StatRuneNames_1.StatRuneNames;
7
7
  }
@@ -1,2 +1,2 @@
1
- import { StatRuneName } from '../types';
1
+ import { StatRuneName } from '../../types';
2
2
  export declare function isStatRuneName(name: string): name is StatRuneName;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.isStatRuneName = void 0;
4
- const StatRuneIds_1 = require("../Constants/StatRuneIds");
4
+ const StatRuneIds_1 = require("../../Constants/Runes/StatRuneIds");
5
5
  function isStatRuneName(name) {
6
6
  return name in StatRuneIds_1.StatRuneIds;
7
7
  }
@@ -1,2 +1,2 @@
1
- import { TreeRuneId } from '../types';
1
+ import { TreeRuneId } from '../../types';
2
2
  export declare function isTreeRuneId(id: string): id is TreeRuneId;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.isTreeRuneId = void 0;
4
- const TreeRuneNames_1 = require("../Constants/TreeRuneNames");
4
+ const TreeRuneNames_1 = require("../../Constants/Runes/TreeRuneNames");
5
5
  function isTreeRuneId(id) {
6
6
  return id in TreeRuneNames_1.TreeRuneNames;
7
7
  }
@@ -1,2 +1,2 @@
1
- import { TreeRuneName } from '../types';
1
+ import { TreeRuneName } from '../../types';
2
2
  export declare function isTreeRuneName(name: string): name is TreeRuneName;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.isTreeRuneName = void 0;
4
- const TreeRuneIds_1 = require("../Constants/TreeRuneIds");
4
+ const TreeRuneIds_1 = require("../../Constants/Runes/TreeRuneIds");
5
5
  function isTreeRuneName(name) {
6
6
  return name in TreeRuneIds_1.TreeRuneIds;
7
7
  }
@@ -1,2 +1,2 @@
1
- import { SpellId, SpellKey } from '../types';
1
+ import { SpellId, SpellKey } from '../../types';
2
2
  export declare function getSpellIdByKey(key: SpellKey): SpellId;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getSpellIdByKey = void 0;
4
- const SpellIds_1 = require("../Constants/SpellIds");
4
+ const SpellIds_1 = require("../../Constants/Spells/SpellIds");
5
5
  function getSpellIdByKey(key) {
6
6
  return SpellIds_1.SpellIds[key];
7
7
  }
@@ -1,2 +1,2 @@
1
- import { SpellId, SpellName } from '../types';
1
+ import { SpellId, SpellName } from '../../types';
2
2
  export declare function getSpellIdByName(name: SpellName): SpellId;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getSpellIdByName = void 0;
4
- const SpellIdsByName_1 = require("../Constants/SpellIdsByName");
4
+ const SpellIdsByName_1 = require("../../Constants/Spells/SpellIdsByName");
5
5
  function getSpellIdByName(name) {
6
6
  return SpellIdsByName_1.SpellIdsByName[name];
7
7
  }
@@ -1,2 +1,2 @@
1
- import { SpellId, SpellKey } from '../types';
1
+ import { SpellId, SpellKey } from '../../types';
2
2
  export declare function getSpellKeyById(id: SpellId): SpellKey;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getSpellKeyById = void 0;
4
- const SpellKeys_1 = require("../Constants/SpellKeys");
4
+ const SpellKeys_1 = require("../../Constants/Spells/SpellKeys");
5
5
  function getSpellKeyById(id) {
6
6
  return SpellKeys_1.SpellKeys[id];
7
7
  }
@@ -1,2 +1,2 @@
1
- import { SpellKey, SpellName } from '../types';
1
+ import { SpellKey, SpellName } from '../../types';
2
2
  export declare function getSpellKeyByName(name: SpellName): SpellKey;
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getSpellKeyByName = void 0;
4
- const SpellIdsByName_1 = require("../Constants/SpellIdsByName");
5
- const SpellKeys_1 = require("../Constants/SpellKeys");
4
+ const SpellIdsByName_1 = require("../../Constants/Spells/SpellIdsByName");
5
+ const SpellKeys_1 = require("../../Constants/Spells/SpellKeys");
6
6
  function getSpellKeyByName(name) {
7
7
  return SpellKeys_1.SpellKeys[SpellIdsByName_1.SpellIdsByName[name]];
8
8
  }
@@ -1,2 +1,2 @@
1
- import { SpellId, SpellName } from '../types';
1
+ import { SpellId, SpellName } from '../../types';
2
2
  export declare function getSpellNameById(id: SpellId): SpellName;
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getSpellNameById = void 0;
4
- const SpellKeys_1 = require("../Constants/SpellKeys");
5
- const SpellNames_1 = require("../Constants/SpellNames");
4
+ const SpellKeys_1 = require("../../Constants/Spells/SpellKeys");
5
+ const SpellNames_1 = require("../../Constants/Spells/SpellNames");
6
6
  function getSpellNameById(id) {
7
7
  return SpellNames_1.SpellNames[SpellKeys_1.SpellKeys[id]];
8
8
  }
@@ -1,2 +1,2 @@
1
- import { SpellKey, SpellName } from '../types';
1
+ import { SpellKey, SpellName } from '../../types';
2
2
  export declare function getSpellNameByKey(key: SpellKey): SpellName;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getSpellNameByKey = void 0;
4
- const SpellNames_1 = require("../Constants/SpellNames");
4
+ const SpellNames_1 = require("../../Constants/Spells/SpellNames");
5
5
  function getSpellNameByKey(key) {
6
6
  return SpellNames_1.SpellNames[key];
7
7
  }
@@ -1,2 +1,2 @@
1
- import { SpellId } from '../types';
1
+ import { SpellId } from '../../types';
2
2
  export declare function isSpellId(id: string): id is SpellId;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.isSpellId = void 0;
4
- const SpellKeys_1 = require("../Constants/SpellKeys");
4
+ const SpellKeys_1 = require("../../Constants/Spells/SpellKeys");
5
5
  function isSpellId(id) {
6
6
  return id in SpellKeys_1.SpellKeys;
7
7
  }
@@ -1,2 +1,2 @@
1
- import { SpellKey } from '../types';
1
+ import { SpellKey } from '../../types';
2
2
  export declare function isSpellKey(key: string): key is SpellKey;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.isSpellKey = void 0;
4
- const SpellNames_1 = require("../Constants/SpellNames");
4
+ const SpellNames_1 = require("../../Constants/Spells/SpellNames");
5
5
  function isSpellKey(key) {
6
6
  return key in SpellNames_1.SpellNames;
7
7
  }
@@ -1,2 +1,2 @@
1
- import { SpellName } from '../types';
1
+ import { SpellName } from '../../types';
2
2
  export declare function isSpellName(name: string): name is SpellName;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.isSpellName = void 0;
4
- const SpellIdsByName_1 = require("../Constants/SpellIdsByName");
4
+ const SpellIdsByName_1 = require("../../Constants/Spells/SpellIdsByName");
5
5
  function isSpellName(name) {
6
6
  return name in SpellIdsByName_1.SpellIdsByName;
7
7
  }