Files
plugin-html/test/basic/fixtures/batman.js

3 lines
49 B
JavaScript

export const b = ()=>'batman';
console.log(b());