deno
deno copied to clipboard
feat(net): named pipe support via `Deno.pipe`
close https://github.com/denoland/deno/issues/10244
Support Named Pipes via Deno.pipe

todos
-
[x] verify if work in windows (I have no Windows dev machine rn)
-
[ ] update
deno_nodeto useDeno.pipefor Windows - close https://github.com/denoland/deno/issues/28332 - close https://github.com/denoland/deno/issues/25867 -
[x] type definitions
-
[ ] add tests