mirror of
https://github.com/danog/byte-stream.git
synced 2024-11-27 12:24:48 +01:00
6 lines
99 B
PHP
6 lines
99 B
PHP
<?php
|
|
|
|
namespace Amp\ByteStream;
|
|
|
|
interface DuplexStream extends ReadableStream, WritableStream {}
|