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