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

sync.d.ts 333 B

12345
  1. import type Settings from '../settings';
  2. import type { Entry } from '../types';
  3. export declare function read(directory: string, settings: Settings): Entry[];
  4. export declare function readdirWithFileTypes(directory: string, settings: Settings): Entry[];
  5. export declare function readdir(directory: string, settings: Settings): Entry[];