timetracker/frontend/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts
hhftechnologies c8f5379289 update
2024-11-25 23:16:17 +05:30

2 lines
130 B
TypeScript

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