blob: 926c5ae929ea5cd4ebc3d01c15fbb9777cac324e (
plain) (
blame)
1
2
3
4
|
/// <reference types="node" />
import * as fs from 'fs';
import { Dirent } from '@nodelib/fs.walk';
export declare function createDirentFromStats(name: string, stats: fs.Stats): Dirent;
|