Page MenuHomec4science

fs.d.ts
No OneTemporary

File Metadata

Created
Wed, Jan 22, 10:21
import type { Dirent, Stats } from '../types';
export declare function createDirentFromStats(name: string, stats: Stats): Dirent;

Event Timeline