UNPKG

@coldino/tmi.js-clientonly-fork

Version:

Javascript library for the Twitch Messaging Interface, forked to remove all node requirements (to simplify client bundling).

6 lines (5 loc) 92 B
const client = require('./lib/client'); module.exports = { client, Client: client };