fix(smartduplex): now has a .getWebStreams method, that exposes a web streams compatible API

This commit is contained in:
2024-06-02 23:40:52 +02:00
parent 70cf93595c
commit 6451e93c12
5 changed files with 51 additions and 69 deletions

View File

@@ -1,5 +1,2 @@
import './plugins.js';
export * from './classes.webduplexstream.js';
export {
convertDuplexToWebStream,
} from './convert.js';