MtoWeb
Bun

method

crypto.Hash.toWeb

static toWeb(
streamDuplex: Duplex
): { readable: ReadableStream; writable: WritableStream };

A utility method for creating a web ReadableStream and WritableStream from a Duplex.