exports.handler = __f0;
const os = require("os");

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

return () => os;

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

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

return () => handler;

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