webpack/test/configCases/library/0-create-library/function-esm.js

4 lines
46 B
JavaScript

export default function test() {
return 4;
}