blob: 1c08d3ba8415e85573c94e98666ae1e1870a5fcc [file] [log] [blame]
import { ErrnoException } from '../types';
export declare function isEnoentCodeError(error: ErrnoException): boolean;