exports.handler = __f0;
const __pulumi_closure_import_exports = require("lib.js");

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

return async () => {
    console.log(exports.libFunc.name);
};

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