ohctechv3/.svn/pristine/14/1412330c62c8b0cf4ce45124dd7a9f1768f4defa.svn-base

5 lines
186 B
Plaintext
Raw Normal View History

2024-10-28 15:03:36 +05:30
/// <reference types="node" />
import * as fs from 'fs';
import { Dirent } from '@nodelib/fs.walk';
export declare function createDirentFromStats(name: string, stats: fs.Stats): Dirent;