@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) • 447 B
TypeScript
/**
* @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';
import type { TwitchDriverConfig } from './src/types/main.js';
import type { HttpContext } from '@adonisjs/core/http';
export declare function twitch(config: TwitchDriverConfig): (ctx: HttpContext) => TwitchDriver;