Commit current project
This commit is contained in:
6
src/types/twitch-m3u8.d.ts
vendored
Normal file
6
src/types/twitch-m3u8.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
declare module "twitch-m3u8" {
|
||||
export function getStream(channel: string, raw?: boolean): Promise<string>;
|
||||
export default {
|
||||
getStream,
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user