Files
knaeckeboot-eu/themes/bluewater/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts
T
Konstantin Kollar 8529ee86e4 Initial commit
2022-10-03 21:13:35 +02:00

3 lines
130 B
TypeScript

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