UNPKG

node-myanimelist

Version:
8 lines 330 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.secondaryApiUrl = exports.apiUrl = void 0; const apiUrl = "https://api.myanimelist.net/v2"; exports.apiUrl = apiUrl; const secondaryApiUrl = "https://myanimelist.net/v1"; exports.secondaryApiUrl = secondaryApiUrl; //# sourceMappingURL=api.js.map