Files
bun.sh/test/js/third_party/webpack/world.js

4 lines
46 B
JavaScript

export function world() {
return "world";
}