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

3 lines
130 B
Plaintext

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