Jofthomas's picture
Upload 4781 files
5c2ed06 verified
raw
history blame
130 Bytes
import type { Dirent, Stats } from '../types';
export declare function createDirentFromStats(name: string, stats: Stats): Dirent;