This commit is contained in:
Kane 2023-02-11 00:12:33 +08:00
parent 2d9178e4ae
commit 44acd8856a
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2023-02-10 15:08:53
* @LastEditors: Kane
* @LastEditTime: 2023-02-10 23:43:30
* @LastEditTime: 2023-02-11 00:12:33
* @FilePath: //src/DataType/DataType.ts
* @Description:
*
@ -22,4 +22,4 @@ const s1 = "string";
console.log(typeof s1);
const obj: object = {x:0, y:0,};