保存进度!
This commit is contained in:
parent
e685197674
commit
5822212970
@ -2,7 +2,7 @@
|
||||
* @Author: Kane
|
||||
* @Date: 2023-02-13 23:08:34
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2023-02-16 00:05:02
|
||||
* @LastEditTime: 2023-02-16 22:43:22
|
||||
* @FilePath: /后端辅助工具/src/DataType/Function.ts
|
||||
* @Description:
|
||||
*
|
||||
@ -26,5 +26,5 @@ function func_this_void(this: void, arg1: number): number
|
||||
}
|
||||
|
||||
let constructor: {
|
||||
new(x: string, y: string): void;
|
||||
new(x: string, y: string): object;
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user