function doThings() { console.log( 'doing things...' ); } const number = 42; var setting = 'no'; export { doThings, number, setting };