Fix
This commit is contained in:
@@ -33,7 +33,7 @@ let unsealedObject = {};
|
|||||||
unsealedObject.id = 229; // OK
|
unsealedObject.id = 229; // OK
|
||||||
|
|
||||||
const toString2 = (x: number): string => {
|
const toString2 = (x: number): string => {
|
||||||
return x + "x";
|
return x + "";
|
||||||
};
|
};
|
||||||
|
|
||||||
type numberToString = number => string;
|
type numberToString = number => string;
|
||||||
|
|||||||
Reference in New Issue
Block a user