persona-community-5/.pnpm-store/v3/files/6f/629c119febd2b60ee3bc2f1e410132ef270d9b80a434c9b03237e39701fc2bc6def1640436d0b7b44041883f7acb24a1818d54bf568eba9816d54f5caa02d5
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

5 lines
186 B
Plaintext

/// <reference types="node" />
import * as fs from 'fs';
import { Dirent } from '@nodelib/fs.walk';
export declare function createDirentFromStats(name: string, stats: fs.Stats): Dirent;