2018-01-09 15:36:42 +01:00

19 lines
396 B
JavaScript

"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;