Closed urish closed 6 years ago
i.e. the following code:
function f(x) {} f({});
should transform into:
function f(x: object) {} f({});
Object is rejected by tslint ban-types rule with the recommended config
Object
i.e. the following code:
should transform into:
Object
is rejected by tslint ban-types rule with the recommended config