mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 17:29:31 +08:00
2 lines
118 B
Text
2 lines
118 B
Text
import { ErrnoException } from '../types';
|
|
export declare function isEnoentCodeError(error: ErrnoException): boolean;
|