feat: Simple play-dl stream

This commit is contained in:
2024-06-19 11:55:55 +07:00
parent a4242badf8
commit 2c3382306b
3 changed files with 43 additions and 0 deletions

5
src/index.ts Normal file
View File

@@ -0,0 +1,5 @@
import { stream } from "./stream";
export default {
stream,
};