6 lines
79 B

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