lol-constants 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Constants/DDPaths.d.ts +5 -5
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
@@ -1,7 +1,7 @@
|
|
1
1
|
export declare const DDPaths: {
|
2
|
-
CHAMPION_ICON_BASE: string
|
3
|
-
SPELL_ICON_BASE: string
|
4
|
-
PROFILE_ICON_BASE: string
|
5
|
-
ITEM_ICON_BASE: string
|
6
|
-
RUNE_ICON_BASE:
|
2
|
+
readonly CHAMPION_ICON_BASE: `${string}img/champion/`;
|
3
|
+
readonly SPELL_ICON_BASE: `${string}img/spell/`;
|
4
|
+
readonly PROFILE_ICON_BASE: `${string}img/profileicon/`;
|
5
|
+
readonly ITEM_ICON_BASE: `${string}img/item/`;
|
6
|
+
readonly RUNE_ICON_BASE: "./public/pics/league/";
|
7
7
|
};
|
package/dist/index.d.ts
CHANGED
@@ -32135,4 +32135,4 @@ export declare const championByName: {
|
|
32135
32135
|
};
|
32136
32136
|
version: string;
|
32137
32137
|
};
|
32138
|
-
export
|
32138
|
+
export { ChampionKey, ChampionName } from './types';
|
package/package.json
CHANGED