feat: 添加类型注释
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
declare namespace Server {
|
||||
/**
|
||||
* 创建服务
|
||||
* @param port 端口号 默认:4873
|
||||
*/
|
||||
export function CreateServer(port: number) { }
|
||||
}
|
||||
Reference in New Issue
Block a user