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

constants.d.ts 118 B

1234
  1. /**
  2. * IS `true` for Node.js 10.10 and greater.
  3. */
  4. export declare const IS_SUPPORT_READDIR_WITH_FILE_TYPES: boolean;