const downloadFile = E.fn("downloadFile")(function* (file: FIleData){// download logic }).pipe(E.retry({ times: 3 }));
E.fn
Β© 2026 Hedgehog Software, LLC