????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/fast-glob/out/utils/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/fast-glob/out/utils/errno.js |
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isEnoentCodeError = void 0; function isEnoentCodeError(error) { return error.code === 'ENOENT'; } exports.isEnoentCodeError = isEnoentCodeError;