mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 04:39:31 +08:00
4 lines
186 B
Text
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;
|