// let school = 'beijingdaxue'; function teach() { console.log('teaching'); } export { school, teach };