blob: 64c61ce6c80a1c91cc82ba9b16abbf8684ef7a4c [file] [log] [blame]
/// <reference types="node" />
import * as fs from 'fs';
import { Dirent } from '@nodelib/fs.walk';
export declare function createDirentFromStats(name: string, stats: fs.Stats): Dirent;