UNPKG

@twurple/chat

Version:

Interact with the Twitch Messaging Interface (aka Twitch chat).

7 lines 265 B
/** * Parses an emote offset string into a map that maps emote IDs to their position ranges. * * @param emotes The emote offset string. */ export declare function parseEmoteOffsets(emotes?: string): Map<string, string[]>; //# sourceMappingURL=emoteUtil.d.ts.map