astro-ghostcms/.pnpm-store/v3/files/11/63864ff3a69731b95155e26b52a...

8 lines
234 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isEnoentCodeError = void 0;
function isEnoentCodeError(error) {
return error.code === 'ENOENT';
}
exports.isEnoentCodeError = isEnoentCodeError;