5 lines
82 B

function foo () {
console.log( 'indented with spaces' );
}
export default foo;