exports.handler = __f0;

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

return () => crypto;

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