UNPKG

zhonya

Version:

A simple and typed League of Legends API wrapper for Node.js

8 lines 352 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ZhonyaClient = void 0; const dotenv = require("dotenv"); const client_1 = require("./client"); Object.defineProperty(exports, "ZhonyaClient", { enumerable: true, get: function () { return client_1.ZhonyaClient; } }); dotenv.config(); //# sourceMappingURL=index.js.map