index.d.ts 160 B

123456
  1. // This file is created by egg-ts-helper
  2. // Do not modify this file!!!!!!!!!
  3. import 'egg';
  4. import '@midwayjs/web';
  5. export * from 'egg';
  6. export as namespace Egg;