Moonfanz's picture
Upload 1796 files
e2f726f verified
raw
history blame contribute delete
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;