Chunte's picture
Chunte HF Staff
Upload 1033 files
d8f0e51 verified
raw
history blame
186 Bytes
/// <reference types="node" />
import * as fs from 'fs';
import { Dirent } from '@nodelib/fs.walk';
export declare function createDirentFromStats(name: string, stats: fs.Stats): Dirent;