mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-24 04:03:01 +08:00
2 lines
118 B
TypeScript
2 lines
118 B
TypeScript
import { ErrnoException } from '../types';
|
|
export declare function isEnoentCodeError(error: ErrnoException): boolean;
|