webhook/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts
2022-11-10 20:43:16 +10:00

2 lines
130 B
TypeScript

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