Nav apraksta

errno.d.ts 120B

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