From 5822212970f5f6f0f77104a3fb29cf741d2c83b3 Mon Sep 17 00:00:00 2001 From: Kane Date: Fri, 17 Feb 2023 00:08:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E8=BF=9B=E5=BA=A6=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/ts/后端辅助工具/src/DataType/Function.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/ts/后端辅助工具/src/DataType/Function.ts b/code/ts/后端辅助工具/src/DataType/Function.ts index 12cf6b6..6e6086d 100644 --- a/code/ts/后端辅助工具/src/DataType/Function.ts +++ b/code/ts/后端辅助工具/src/DataType/Function.ts @@ -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; }; \ No newline at end of file