Closed zdila closed 6 years ago
Workaround is to use #22 :-)
Basically the mental-map is like this:
$call was a workaround for pre TS v2.8 when expression return type inference was impossible, from TS v2.8 it's not needed anymore and was removed
I'll try to add it in the documentation to avoid further questions
Tutorial uses
import { $call } from 'utility-types';
but there is no$call
exported.