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