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 , 3 years ago | |
---|---|
|
|
File size: 234 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 1 | "use strict"; |
2 | Object.defineProperty(exports, "__esModule", { value: true }); | |
3 | exports.isEnoentCodeError = void 0; | |
4 | function isEnoentCodeError(error) { | |
5 | return error.code === 'ENOENT'; | |
6 | } | |
7 | exports.isEnoentCodeError = isEnoentCodeError; |
Note:
See TracBrowser
for help on using the repository browser.