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.
- package/assets/index.js +1 -1
- package/assets/scripts/Helpers/enableSpreadValues.d.ts +15 -0
- package/assets/scripts/Helpers/enableSpreadValues.js +38 -0
- package/assets/scripts/Helpers/getExportStatement.d.ts +1 -1
- package/assets/scripts/Helpers/getExportStatement.js +8 -2
- package/assets/scripts/Helpers/getFmtdComment.d.ts +5 -0
- package/assets/scripts/Helpers/getFmtdComment.js +15 -0
- package/assets/scripts/Helpers/writeToTmpFile.d.ts +8 -0
- package/assets/scripts/Helpers/writeToTmpFile.js +22 -0
- package/assets/scripts/generate-all.d.ts +1 -0
- package/assets/scripts/generate-all.js +1 -0
- package/{dist/scripts/generate-champion-ids-by-name.d.ts → assets/scripts/generate-rune-sets.d.ts} +0 -0
- package/assets/scripts/generate-rune-sets.js +94 -0
- package/dist/Constants/{ChampionIds.d.ts → Champions/ChampionIds.d.ts} +0 -0
- package/dist/Constants/{ChampionIds.js → Champions/ChampionIds.js} +0 -0
- package/dist/Constants/{ChampionIdsByName.d.ts → Champions/ChampionIdsByName.d.ts} +0 -0
- package/dist/Constants/{ChampionIdsByName.js → Champions/ChampionIdsByName.js} +0 -0
- package/dist/Constants/{ChampionKeys.d.ts → Champions/ChampionKeys.d.ts} +0 -0
- package/dist/Constants/{ChampionKeys.js → Champions/ChampionKeys.js} +0 -0
- package/dist/Constants/{ChampionNames.d.ts → Champions/ChampionNames.d.ts} +0 -0
- package/dist/Constants/{ChampionNames.js → Champions/ChampionNames.js} +0 -0
- package/dist/Constants/{ItemKeys.d.ts → Items/ItemKeys.d.ts} +0 -0
- package/dist/Constants/{ItemKeys.js → Items/ItemKeys.js} +0 -0
- package/dist/Constants/{ItemNames.d.ts → Items/ItemNames.d.ts} +0 -0
- package/dist/Constants/{ItemNames.js → Items/ItemNames.js} +0 -0
- package/dist/Constants/{RuneIds.d.ts → Runes/RuneIds.d.ts} +9 -9
- package/dist/Constants/Runes/RuneIds.js +9 -0
- package/dist/Constants/{RuneNames.d.ts → Runes/RuneNames.d.ts} +3 -3
- package/dist/Constants/Runes/RuneNames.js +9 -0
- package/dist/Constants/Runes/RuneSets.d.ts +479 -0
- package/dist/Constants/Runes/RuneSets.js +12 -0
- package/dist/Constants/{StatRuneIds.d.ts → Runes/StatRuneIds.d.ts} +0 -0
- package/dist/Constants/{StatRuneIds.js → Runes/StatRuneIds.js} +0 -0
- package/dist/Constants/{StatRuneNames.d.ts → Runes/StatRuneNames.d.ts} +0 -0
- package/dist/Constants/{StatRuneNames.js → Runes/StatRuneNames.js} +0 -0
- package/dist/Constants/{TreeRuneIds.d.ts → Runes/TreeRuneIds.d.ts} +0 -0
- package/dist/Constants/{TreeRuneIds.js → Runes/TreeRuneIds.js} +0 -0
- package/dist/Constants/{TreeRuneNames.d.ts → Runes/TreeRuneNames.d.ts} +0 -0
- package/dist/Constants/{TreeRuneNames.js → Runes/TreeRuneNames.js} +0 -0
- package/dist/Constants/{SpellIds.d.ts → Spells/SpellIds.d.ts} +0 -0
- package/dist/Constants/{SpellIds.js → Spells/SpellIds.js} +0 -0
- package/dist/Constants/{SpellIdsByName.d.ts → Spells/SpellIdsByName.d.ts} +0 -0
- package/dist/Constants/{SpellIdsByName.js → Spells/SpellIdsByName.js} +0 -0
- package/dist/Constants/{SpellKeys.d.ts → Spells/SpellKeys.d.ts} +0 -0
- package/dist/Constants/{SpellKeys.js → Spells/SpellKeys.js} +0 -0
- package/dist/Constants/{SpellNames.d.ts → Spells/SpellNames.d.ts} +0 -0
- package/dist/Constants/{SpellNames.js → Spells/SpellNames.js} +0 -0
- package/dist/Helpers/{getChampionIdByKey.d.ts → Champions/getChampionIdByKey.d.ts} +1 -1
- package/dist/Helpers/{getChampionIdByKey.js → Champions/getChampionIdByKey.js} +1 -1
- package/dist/Helpers/{getChampionIdByName.d.ts → Champions/getChampionIdByName.d.ts} +1 -1
- package/dist/Helpers/{getChampionIdByName.js → Champions/getChampionIdByName.js} +1 -1
- package/dist/Helpers/{getChampionKeyById.d.ts → Champions/getChampionKeyById.d.ts} +1 -1
- package/dist/Helpers/{getChampionKeyById.js → Champions/getChampionKeyById.js} +1 -1
- package/dist/Helpers/{getChampionKeyByName.d.ts → Champions/getChampionKeyByName.d.ts} +1 -1
- package/dist/Helpers/{getChampionKeyByName.js → Champions/getChampionKeyByName.js} +2 -2
- package/dist/Helpers/{getChampionNameById.d.ts → Champions/getChampionNameById.d.ts} +1 -1
- package/dist/Helpers/{getChampionNameById.js → Champions/getChampionNameById.js} +2 -2
- package/dist/Helpers/{getChampionNameByKey.d.ts → Champions/getChampionNameByKey.d.ts} +1 -1
- package/dist/Helpers/{getChampionNameByKey.js → Champions/getChampionNameByKey.js} +1 -1
- package/dist/Helpers/{isChampionId.d.ts → Champions/isChampionId.d.ts} +1 -1
- package/dist/Helpers/{isChampionId.js → Champions/isChampionId.js} +1 -1
- package/dist/Helpers/{isChampionKey.d.ts → Champions/isChampionKey.d.ts} +1 -1
- package/dist/Helpers/{isChampionKey.js → Champions/isChampionKey.js} +1 -1
- package/dist/Helpers/{isChampionName.d.ts → Champions/isChampionName.d.ts} +1 -1
- package/dist/Helpers/{isChampionName.js → Champions/isChampionName.js} +1 -1
- package/dist/Helpers/{getItemKeyByName.d.ts → Items/getItemKeyByName.d.ts} +1 -1
- package/dist/Helpers/{getItemKeyByName.js → Items/getItemKeyByName.js} +1 -1
- package/dist/Helpers/{getItemNameByKey.d.ts → Items/getItemNameByKey.d.ts} +1 -1
- package/dist/Helpers/{getItemNameByKey.js → Items/getItemNameByKey.js} +1 -1
- package/dist/Helpers/{isItemKey.d.ts → Items/isItemKey.d.ts} +1 -1
- package/dist/Helpers/{isItemKey.js → Items/isItemKey.js} +1 -1
- package/dist/Helpers/{isItemName.d.ts → Items/isItemName.d.ts} +1 -1
- package/dist/Helpers/{isItemName.js → Items/isItemName.js} +1 -1
- package/dist/Helpers/{getRuneIdByName.d.ts → Runes/getRuneIdByName.d.ts} +1 -1
- package/dist/Helpers/{getRuneIdByName.js → Runes/getRuneIdByName.js} +1 -1
- package/dist/Helpers/{getRuneNameById.d.ts → Runes/getRuneNameById.d.ts} +1 -1
- package/dist/Helpers/{getRuneNameById.js → Runes/getRuneNameById.js} +1 -1
- package/dist/Helpers/{getStatRuneIdByName.d.ts → Runes/getStatRuneIdByName.d.ts} +1 -1
- package/dist/Helpers/{getStatRuneIdByName.js → Runes/getStatRuneIdByName.js} +1 -1
- package/dist/Helpers/{getStatRuneNameById.d.ts → Runes/getStatRuneNameById.d.ts} +1 -1
- package/dist/Helpers/{getStatRuneNameById.js → Runes/getStatRuneNameById.js} +1 -1
- package/dist/Helpers/{getTreeRuneIdByName.d.ts → Runes/getTreeRuneIdByName.d.ts} +1 -1
- package/dist/Helpers/{getTreeRuneIdByName.js → Runes/getTreeRuneIdByName.js} +1 -1
- package/dist/Helpers/{getTreeRuneNameById.d.ts → Runes/getTreeRuneNameById.d.ts} +1 -1
- package/dist/Helpers/{getTreeRuneNameById.js → Runes/getTreeRuneNameById.js} +1 -1
- package/dist/Helpers/Runes/isDominationTreeRuneId.d.ts +2 -0
- package/dist/Helpers/Runes/isDominationTreeRuneId.js +8 -0
- package/dist/Helpers/Runes/isInspirationTreeRuneId.d.ts +2 -0
- package/dist/Helpers/Runes/isInspirationTreeRuneId.js +8 -0
- package/dist/Helpers/Runes/isKeystoneRuneId.d.ts +2 -0
- package/dist/Helpers/Runes/isKeystoneRuneId.js +8 -0
- package/dist/Helpers/Runes/isPrecisionTreeRuneId.d.ts +2 -0
- package/dist/Helpers/Runes/isPrecisionTreeRuneId.js +8 -0
- package/dist/Helpers/Runes/isResolveTreeRuneId.d.ts +2 -0
- package/dist/Helpers/Runes/isResolveTreeRuneId.js +8 -0
- package/dist/Helpers/{isRuneId.d.ts → Runes/isRuneId.d.ts} +1 -1
- package/dist/Helpers/{isRuneId.js → Runes/isRuneId.js} +1 -1
- package/dist/Helpers/{isRuneName.d.ts → Runes/isRuneName.d.ts} +1 -1
- package/dist/Helpers/{isRuneName.js → Runes/isRuneName.js} +1 -1
- package/dist/Helpers/Runes/isSorceryTreeRuneId.d.ts +2 -0
- package/dist/Helpers/Runes/isSorceryTreeRuneId.js +8 -0
- package/dist/Helpers/{isStatRuneId.d.ts → Runes/isStatRuneId.d.ts} +1 -1
- package/dist/Helpers/{isStatRuneId.js → Runes/isStatRuneId.js} +1 -1
- package/dist/Helpers/{isStatRuneName.d.ts → Runes/isStatRuneName.d.ts} +1 -1
- package/dist/Helpers/{isStatRuneName.js → Runes/isStatRuneName.js} +1 -1
- package/dist/Helpers/{isTreeRuneId.d.ts → Runes/isTreeRuneId.d.ts} +1 -1
- package/dist/Helpers/{isTreeRuneId.js → Runes/isTreeRuneId.js} +1 -1
- package/dist/Helpers/{isTreeRuneName.d.ts → Runes/isTreeRuneName.d.ts} +1 -1
- package/dist/Helpers/{isTreeRuneName.js → Runes/isTreeRuneName.js} +1 -1
- package/dist/Helpers/{getSpellIdByKey.d.ts → Spells/getSpellIdByKey.d.ts} +1 -1
- package/dist/Helpers/{getSpellIdByKey.js → Spells/getSpellIdByKey.js} +1 -1
- package/dist/Helpers/{getSpellIdByName.d.ts → Spells/getSpellIdByName.d.ts} +1 -1
- package/dist/Helpers/{getSpellIdByName.js → Spells/getSpellIdByName.js} +1 -1
- package/dist/Helpers/{getSpellKeyById.d.ts → Spells/getSpellKeyById.d.ts} +1 -1
- package/dist/Helpers/{getSpellKeyById.js → Spells/getSpellKeyById.js} +1 -1
- package/dist/Helpers/{getSpellKeyByName.d.ts → Spells/getSpellKeyByName.d.ts} +1 -1
- package/dist/Helpers/{getSpellKeyByName.js → Spells/getSpellKeyByName.js} +2 -2
- package/dist/Helpers/{getSpellNameById.d.ts → Spells/getSpellNameById.d.ts} +1 -1
- package/dist/Helpers/{getSpellNameById.js → Spells/getSpellNameById.js} +2 -2
- package/dist/Helpers/{getSpellNameByKey.d.ts → Spells/getSpellNameByKey.d.ts} +1 -1
- package/dist/Helpers/{getSpellNameByKey.js → Spells/getSpellNameByKey.js} +1 -1
- package/dist/Helpers/{isSpellId.d.ts → Spells/isSpellId.d.ts} +1 -1
- package/dist/Helpers/{isSpellId.js → Spells/isSpellId.js} +1 -1
- package/dist/Helpers/{isSpellKey.d.ts → Spells/isSpellKey.d.ts} +1 -1
- package/dist/Helpers/{isSpellKey.js → Spells/isSpellKey.js} +1 -1
- package/dist/Helpers/{isSpellName.d.ts → Spells/isSpellName.d.ts} +1 -1
- package/dist/Helpers/{isSpellName.js → Spells/isSpellName.js} +1 -1
- package/dist/index.d.ts +56 -50
- package/dist/index.js +92 -95
- package/dist/types/index.d.ts +21 -21
- package/package.json +3 -5
- package/dist/Constants/RuneIds.js +0 -4
- package/dist/Constants/RuneNames.js +0 -4
- package/dist/Constants/RuneSets.d.ts +0 -77
- package/dist/Constants/RuneSets.js +0 -210
- package/dist/assets/StatRunes.d.ts +0 -11
- package/dist/assets/StatRunes.js +0 -14
- package/dist/assets/champion.json +0 -1
- package/dist/assets/index.d.ts +0 -17216
- package/dist/assets/index.js +0 -17
- package/dist/assets/item.json +0 -1
- package/dist/assets/runesReforged.json +0 -1
- package/dist/assets/summoner.json +0 -1
- package/dist/scripts/Helpers/getExportStatement.d.ts +0 -6
- package/dist/scripts/Helpers/getExportStatement.js +0 -10
- package/dist/scripts/generate-all.d.ts +0 -16
- package/dist/scripts/generate-all.js +0 -18
- package/dist/scripts/generate-champion-ids-by-name.js +0 -20
- package/dist/scripts/generate-champion-ids.d.ts +0 -1
- package/dist/scripts/generate-champion-ids.js +0 -20
- package/dist/scripts/generate-champion-keys.d.ts +0 -1
- package/dist/scripts/generate-champion-keys.js +0 -20
- package/dist/scripts/generate-champion-names.d.ts +0 -1
- package/dist/scripts/generate-champion-names.js +0 -20
- package/dist/scripts/generate-item-keys.d.ts +0 -1
- package/dist/scripts/generate-item-keys.js +0 -21
- package/dist/scripts/generate-item-names.d.ts +0 -1
- package/dist/scripts/generate-item-names.js +0 -21
- package/dist/scripts/generate-rune-ids.d.ts +0 -1
- package/dist/scripts/generate-rune-ids.js +0 -29
- package/dist/scripts/generate-rune-names.d.ts +0 -1
- package/dist/scripts/generate-rune-names.js +0 -29
- package/dist/scripts/generate-spell-ids-by-name.d.ts +0 -1
- package/dist/scripts/generate-spell-ids-by-name.js +0 -20
- package/dist/scripts/generate-spell-ids.d.ts +0 -1
- package/dist/scripts/generate-spell-ids.js +0 -20
- package/dist/scripts/generate-spell-keys.d.ts +0 -1
- package/dist/scripts/generate-spell-keys.js +0 -20
- package/dist/scripts/generate-spell-names.d.ts +0 -1
- package/dist/scripts/generate-spell-names.js +0 -20
- package/dist/scripts/generate-stat-rune-ids.d.ts +0 -1
- package/dist/scripts/generate-stat-rune-ids.js +0 -20
- package/dist/scripts/generate-stat-rune-names.d.ts +0 -1
- package/dist/scripts/generate-stat-rune-names.js +0 -20
- package/dist/scripts/generate-tree-rune-ids.d.ts +0 -1
- package/dist/scripts/generate-tree-rune-ids.js +0 -22
- package/dist/scripts/generate-tree-rune-names.d.ts +0 -1
- 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("
|
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 '
|
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("
|
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 '
|
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("
|
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 '
|
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("
|
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 '
|
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("
|
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 '
|
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("
|
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 '
|
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("
|
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 '
|
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("
|
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 '
|
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("
|
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 '
|
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("
|
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 '
|
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("
|
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 '
|
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("
|
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 '
|
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("
|
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,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,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,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,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,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 '
|
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("
|
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 '
|
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("
|
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,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 '
|
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("
|
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 '
|
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("
|
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 '
|
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("
|
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 '
|
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("
|
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 '
|
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("
|
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 '
|
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("
|
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 '
|
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("
|
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 '
|
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("
|
5
|
-
const SpellKeys_1 = require("
|
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 '
|
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("
|
5
|
-
const SpellNames_1 = require("
|
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 '
|
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("
|
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 '
|
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("
|
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 '
|
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("
|
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 '
|
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("
|
4
|
+
const SpellIdsByName_1 = require("../../Constants/Spells/SpellIdsByName");
|
5
5
|
function isSpellName(name) {
|
6
6
|
return name in SpellIdsByName_1.SpellIdsByName;
|
7
7
|
}
|