mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 05:47:10 -04:00
1 line
129 B
JavaScript
1 line
129 B
JavaScript
function a(r,t){try{return r()}catch{return t}}async function c(r,t){try{return await r()}catch{return t}}export{c as a,a as w};
|