mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-07 06:45:23 +02:00
3 lines
130 B
TypeScript
3 lines
130 B
TypeScript
import type { Dirent, Stats } from '../types';
|
|
export declare function createDirentFromStats(name: string, stats: Stats): Dirent;
|