Urara-Blog/node_modules/.pnpm-store/v3/files/6f/629c119febd2b60ee3bc2f1e410132ef270d9b80a434c9b03237e39701fc2bc6def1640436d0b7b44041883f7acb24a1818d54bf568eba9816d54f5caa02d5
2022-08-14 01:14:53 +08:00

4 lines
186 B
Text

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