"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.bar = exports.foo = void 0; var foo = function foo(gen) { var ctx = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; }; exports.foo = foo; var bar = function bar(gen) { var ctx = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; }; exports.bar = bar;