mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 00:19:30 +08:00
2 lines
130 B
Text
2 lines
130 B
Text
import type { Dirent, Stats } from '../types';
|
|
export declare function createDirentFromStats(name: string, stats: Stats): Dirent;
|