persona-community-5/.pnpm-store/v3/files/44/f2bfd5057605581a04f0c3beeb35bcbd63ea6f4605dce7ba0b72149e841a46a1e5ae97f964361cd48900fcec95d457e38ad1dfba899388194253e55c1ee832
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

3 lines
130 B
Plaintext

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