Shreyan
Clean initial commit without large files
7f21468
raw
history blame
130 Bytes
import type { Dirent, Stats } from '../types';
export declare function createDirentFromStats(name: string, stats: Stats): Dirent;