Implementing File Download using Effect
How can I implement the following code using Effect? It uses node
http and WriteStream to read a request and produce a file (source: https://github.com/SandroMaglione/jisho-open/blob/01d7c4e8bb3161d42ebe9f9ba6ccdc713ad3dfb5/backend/src/importing/file.ts#L33-L50)