index.d.ts 145 B

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