astro-ghostcms/.pnpm-store/v3/files/44/f2bfd5057605581a04f0c3beeb3...

3 lines
130 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { Dirent, Stats } from '../types';
export declare function createDirentFromStats(name: string, stats: Stats): Dirent;