mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2024-11-01 22:20:30 +08:00
6 lines
160 B
TypeScript
6 lines
160 B
TypeScript
|
// This file is created by egg-ts-helper
|
||
|
// Do not modify this file!!!!!!!!!
|
||
|
import 'egg';
|
||
|
import '@midwayjs/web';
|
||
|
export * from 'egg';
|
||
|
export as namespace Egg;
|