UNPKG

tesjs

Version:

A module to streamline the use of Twitch EventSub in Node.js and Web applications

8 lines (6 loc) 188 B
// Copyright (c) 2020 Mitchell Adair // // This software is released under the MIT License. // https://opensource.org/licenses/MIT const tes = require("./lib/tes"); module.exports = tes;