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

8 lines
92 B
JavaScript

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