webpack/test/cases/parsing/harmony-commonjs/a.js

4 lines
49 B
JavaScript

export default function test() {
return "OK";
}