Commit current project

This commit is contained in:
2026-03-29 22:44:13 +02:00
parent b3bccb2ae3
commit 7f9469c07d
77 changed files with 20495 additions and 0 deletions

6
src/types/twitch-m3u8.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
declare module "twitch-m3u8" {
export function getStream(channel: string, raw?: boolean): Promise<string>;
export default {
getStream,
};
}