@rlanz/ally-twitch
Version:
<p align="center"> <img src="https://github.com/RomainLanz/ally-twitch/assets/2793951/d3ccf29b-6169-4563-b932-5b15258a7fa3" alt="@rlanz/ally-twitch"> </p
13 lines (12 loc) • 318 B
JavaScript
/**
* @rlanz/ally-twitch
*
* @license MIT
* @copyright Romain Lanz <romain.lanz@pm.me>
*/
export { stubsRoot } from './stubs/main.js';
export { configure } from './configure.js';
import { TwitchDriver } from './src/twitch.js';
export function twitch(config) {
return (ctx) => new TwitchDriver(ctx, config);
}