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

index.d.ts 109B

12345
  1. export = isExtendable;
  2. declare function isExtendable(val: any): boolean;
  3. declare namespace isExtendable {}