UNPKG

starrail-manager

Version:

The StarRail Manager is a Node.js wrapper for the MiHoMo API and StarRail Data used in Honkai: StarRail.\ **This is not an official Honkai: StarRail project.**

12 lines 838 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.config = exports.Character = exports.LightCone = exports.Client = void 0; const client_1 = require("./client/client"); Object.defineProperty(exports, "Client", { enumerable: true, get: function () { return client_1.Client; } }); const light_cone_1 = require("./client/light_cone"); Object.defineProperty(exports, "LightCone", { enumerable: true, get: function () { return light_cone_1.LightCone; } }); const character_1 = require("./client/character"); Object.defineProperty(exports, "Character", { enumerable: true, get: function () { return character_1.Character; } }); const config_1 = require("./config"); Object.defineProperty(exports, "config", { enumerable: true, get: function () { return config_1.config; } }); //# sourceMappingURL=index.js.map