UNPKG

poke-sdk-typescript

Version:
12 lines (11 loc) 339 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const config_1 = require("./config"); const poke_1 = require("./poke"); class SDK { constructor() { const config = new config_1.Config('0.0.1', 'https://pokeapi.co/api/v2'); this.Poke = new poke_1.Poke(config); } } exports.default = SDK;