index
:
taler/wallet-core.git
age-withdraw
wallet-core fork
oec
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_modules
/
core-js
/
modules
/
$.fails.js
blob: 184e5ea84b0b2b9b1b826ec78765934834a2de56 (
plain
)
1
2
3
4
5
6
7
module
.
exports
=
function
(
exec
){
try
{
return
!!
exec
();
}
catch
(
e
){
return
true
;
}
};