lol-constants 0.2.0 → 0.2.1
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/index.js +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -32136,3 +32136,4 @@ export declare const championByName: {
|
|
32136
32136
|
version: string;
|
32137
32137
|
};
|
32138
32138
|
export * from './types';
|
32139
|
+
export * from './types/Meta';
|
package/dist/index.js
CHANGED
@@ -33,3 +33,4 @@ const championByName_json_1 = __importDefault(require("./generated/championByNam
|
|
33
33
|
exports.championByKey = championByKey_json_1.default;
|
34
34
|
exports.championByName = championByName_json_1.default;
|
35
35
|
__exportStar(require("./types"), exports);
|
36
|
+
__exportStar(require("./types/Meta"), exports);
|
package/package.json
CHANGED