v0.1.0
This release implements Web Streams support with two new properties on NamedPipe
: readable
and writable
which are ReadableStream
and WritableStream
respectively.
Also fixes TypeScript error about not implementing these two properties from Deno.Conn
.