mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-07 19:09:13 +08:00
7 lines
234 B
Text
7 lines
234 B
Text
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.isEnoentCodeError = void 0;
|
|
function isEnoentCodeError(error) {
|
|
return error.code === 'ENOENT';
|
|
}
|
|
exports.isEnoentCodeError = isEnoentCodeError;
|