Files
jeanotx32 d799ae503c
Some checks failed
Build and Push Docker Images / docker (push) Failing after 11s
Feat : login sys
2026-05-18 22:44:02 -04:00

3 lines
118 B
TypeScript

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