仲裁视频会议H5

12
  1. import type { Dirent, Stats } from '../types';
  2. export declare function createDirentFromStats(name: string, stats: Stats): Dirent;