Nenhuma Descrição

fs.d.ts 130B

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