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