persona-community-5/.pnpm-store/v3/files/49/e506fa2007a6094c471a5e3e0a89fedcb85eb2bacd2cbbfa39073b926b5e168970e350b1591410bb4519f7b26934afaaf40587e02488f25bde5c7e2f80c936
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
118 B
Plaintext

import { ErrnoException } from '../types';
export declare function isEnoentCodeError(error: ErrnoException): boolean;