Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

errno.d.ts 120B

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