Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/@babel/node/node_modules/core-js/internals/fails.js

'use strict';
module.exports = function (exec) {
  try {
    return !!exec();
  } catch (error) {
    return true;
  }
};
Back to Directory File Manager