source:
trip-planner-front/node_modules/core-js/internals/fails.js
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 108 bytes |
Line | |
---|---|
1 | module.exports = function (exec) { |
2 | try { |
3 | return !!exec(); |
4 | } catch (error) { |
5 | return true; |
6 | } |
7 | }; |
Note:
See TracBrowser
for help on using the repository browser.