exports.handler = __f0;

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

return function /*foo*/() {
    require("./util");
};

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

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

return function () {
    require("typescript");
    foo();
    if (true) {
        require("os");
    }
};

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