관리-도구
편집 파일: fs.d.ts
import type { Dirent, Stats } from '../types'; export declare function createDirentFromStats(name: string, stats: Stats): Dirent;