This commit is contained in:
Federico Kereki 2018-11-26 22:13:31 -03:00
parent 50e2658b27
commit b862d5b34a

View File

@ -33,7 +33,7 @@ let unsealedObject = {};
unsealedObject.id = 229; // OK
const toString2 = (x: number): string => {
return x + "x";
return x + "";
};
type numberToString = number => string;