typescript-result
typescript-result copied to clipboard
"Property 'fromAsync' does not exist on type 'typeof ResultFactory'" Error on TS versions below 5
Hi!
I've started using the li today, but when trying to run my tests started to get the error "Property 'fromAsync' does not exist on type 'typeof ResultFactory'" . My project is on 4.9.5.
When I switched the TS version to the latests, it worked like a charm.