Merge pull request #723 from snelsi/feature/export-ts-types

Export `@ffmpeg/ffmpeg` TS types declared in `src/types.ts`
This commit is contained in:
lucas gelfond 2025-01-07 10:31:21 +01:00 committed by GitHub
commit 784ffc3158
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1 +1,2 @@
export * from "./classes.js";
export * from "./types.js";