webpack/test/cases/parsing/harmony-export-expression/b.js

4 lines
49 B
JavaScript

export default function(a, b) {
return a + b;
}