Spaces:
Sleeping
Sleeping
File size: 118 Bytes
7f21468 |
1 2 3 |
import { ErrnoException } from '../types';
export declare function isEnoentCodeError(error: ErrnoException): boolean;
|