版博士V2.0程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

4 行
195 B

  1. export declare function throwError(scope: string, m: string): never;
  2. export declare function debugWarn(err: Error): void;
  3. export declare function debugWarn(scope: string, message: string): void;