lol-constants 0.1.1 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +1 -0
- package/dist/types/index.d.ts +4 -0
- package/dist/types/index.js +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -32135,3 +32135,4 @@ export declare const championByName: {
|
|
32135
32135
|
};
|
32136
32136
|
version: string;
|
32137
32137
|
};
|
32138
|
+
export type { ChampionKey, ChampionName } from './types';
|
package/package.json
CHANGED