8 lines
96 B

'use strict';
function foo () {
console.log( 'indented with tabs' );
}
module.exports = foo;