index.js 108 B

123456
  1. //分别暴露
  2. export let school = 'beijingdaxue';
  3. export function teach() {
  4. console.log('teaching');
  5. }