www_hero/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts
sasha-astiadi 324d5960af hero_web
2024-05-03 06:39:20 +02:00

3 lines
130 B
TypeScript

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