UNPKG

tmi-utils

Version:

JavaScript utilities for Twitch chat with tmi.js

7 lines 467 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getEmoteAsUrl = exports.parseEmotesInMessage = void 0; var emote_1 = require("./emote"); Object.defineProperty(exports, "parseEmotesInMessage", { enumerable: true, get: function () { return emote_1.parseEmotesInMessage; } }); Object.defineProperty(exports, "getEmoteAsUrl", { enumerable: true, get: function () { return emote_1.getEmoteAsUrl; } }); //# sourceMappingURL=index.js.map