UNPKG

twitch-comment-downloader

Version:
12 lines 276 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Project wide constants * * @class Constants */ class Constants { } Constants.TWITCH_API_BASE = "https://api.twitch.tv/v5"; exports.default = Constants; //# sourceMappingURL=constants.js.map