source: trip-planner-front/node_modules/fast-glob/out/utils/errno.js@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 234 bytes
Line 
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.isEnoentCodeError = void 0;
4function isEnoentCodeError(error) {
5 return error.code === 'ENOENT';
6}
7exports.isEnoentCodeError = isEnoentCodeError;
Note: See TracBrowser for help on using the repository browser.