Files
ClubLogos/frontend/node_modules/fast-glob/out/utils/errno.d.ts
T
Tomáš Dvořák cdb8bcd3e9 fff
2025-10-03 16:26:44 +02:00

3 lines
118 B
TypeScript

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