UNPKG

@genshin-kit/core

Version:

An API wrapper for fetching player data of Genshin Impact from any servers.

14 lines 390 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports._hoyolabVersion = void 0; function _hoyolabVersion() { switch (this.serverType) { case 'os': return '1.5.0'; case 'cn': default: return '2.11.1'; } } exports._hoyolabVersion = _hoyolabVersion; //# sourceMappingURL=_hoyolabVersion.js.map