Hi, is it possible to make a method parameter optional when no type is defined and mandatory if a type is given? type Callback = (param: T) ...
確定! 回上一頁