Portnoy Vladislav

Results 1 issues of Portnoy Vladislav

Hi! This pull request follows from this issue https://github.com/scopsy/await-to-js/issues/14 ```Typescript const [error, response] = await to(myApiCall()); // expect response as ResponseDTO, receive ResponseDTO | undefined ```