exports.handler = __f0;

function __f0() {
  return (function() {
    with({ this: undefined, arguments: undefined }) {

return () => {
    try { }
    catch (err) {
        console.log(err);
    }
};

    }
  }).apply(undefined, undefined).apply(this, arguments);
}
