This commit is contained in:
2023-03-31 23:41:03 +08:00
parent b53090e808
commit 88006b2db9
3 changed files with 55 additions and 36 deletions

View File

@@ -34,3 +34,7 @@ const animal: CatOrDog =
};
console.log( "test" );
const gainers: Array<string | number> = [ "kane", 588, ];
const kane = { a: 100, b: 200, };