2025-04-02 06:50:39 -04:00

6 lines
136 B
TypeScript

import type { Dirent, Stats } from '../types';
export declare function createDirentFromStats(
name: string,
stats: Stats
): Dirent;