8 lines
92 B
JavaScript

export var foo = function(gen, ctx = null) {
}
export var bar = (gen, ctx = null) => {
}