5 lines
57 B

function thing () {
return 42;
}
export default thing;