exports.handler = __f;

function __f(__0) {
  return (function() {
    with({ f: __f, this: undefined, arguments: undefined }) {

return function /*f*/({ whatever }) { };

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